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.
It can also be the `as_token` of an application service.
This is the preferred method.
scheme: bearer
appserviceAccessTokenBearer:
type: http
description: |-
The `as_token` of an application service, using the `Authorization: Bearer`
header.
This is the preferred method.
scheme: bearer

View file

@ -16,6 +16,4 @@ accessTokenBearer:
description: |-
The `access_token` returned by a call to `/register`, using the
`Authorization: Bearer` header.
This is the preferred method.
scheme: bearer