mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-08-04 06:57:48 +02:00
Compare commits
2 commits
d96a10b92a
...
e92c5ca539
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e92c5ca539 | ||
|
|
5e9e48f616 |
|
|
@ -18,14 +18,10 @@ accessTokenBearer:
|
||||||
or [login](/client-server-api/#login), using the `Authorization: Bearer` header.
|
or [login](/client-server-api/#login), using the `Authorization: Bearer` header.
|
||||||
|
|
||||||
It can also be the `as_token` of an application service.
|
It can also be the `as_token` of an application service.
|
||||||
|
|
||||||
This is the preferred method.
|
|
||||||
scheme: bearer
|
scheme: bearer
|
||||||
appserviceAccessTokenBearer:
|
appserviceAccessTokenBearer:
|
||||||
type: http
|
type: http
|
||||||
description: |-
|
description: |-
|
||||||
The `as_token` of an application service, using the `Authorization: Bearer`
|
The `as_token` of an application service, using the `Authorization: Bearer`
|
||||||
header.
|
header.
|
||||||
|
|
||||||
This is the preferred method.
|
|
||||||
scheme: bearer
|
scheme: bearer
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,4 @@ accessTokenBearer:
|
||||||
description: |-
|
description: |-
|
||||||
The `access_token` returned by a call to `/register`, using the
|
The `access_token` returned by a call to `/register`, using the
|
||||||
`Authorization: Bearer` header.
|
`Authorization: Bearer` header.
|
||||||
|
|
||||||
This is the preferred method.
|
|
||||||
scheme: bearer
|
scheme: bearer
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue