Compare commits

...

2 commits

Author SHA1 Message Date
Patrick Cloke e92c5ca539
Remove more references to preferred method 2026-07-16 08:32:32 -04:00
Patrick Cloke 5e9e48f616
Remove preferred method mention. 2026-07-16 08:30:11 -04:00
2 changed files with 0 additions and 6 deletions

View file

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

View file

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