mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-08-05 07:27:52 +02:00
Compare commits
No commits in common. "e92c5ca5393b75388a486570a18f617304fdde56" and "d96a10b92aaa4e8328e9d0f2fe1a5ca3e384ac4e" have entirely different histories.
e92c5ca539
...
d96a10b92a
|
|
@ -18,10 +18,14 @@ 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,4 +16,6 @@ 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