Compare commits

..

No commits in common. "e92c5ca5393b75388a486570a18f617304fdde56" and "d96a10b92aaa4e8328e9d0f2fe1a5ca3e384ac4e" have entirely different histories.

2 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -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