Compare commits

..

1 commit

Author SHA1 Message Date
Richard van der Hoff b299da8de3
Merge eae09a21de into 486a8f8764 2026-04-14 21:32:14 -04:00
2 changed files with 2 additions and 2 deletions

View file

@ -2426,7 +2426,7 @@ device with a web browser.
This grant requires the client to know the following [authorisation server This grant requires the client to know the following [authorisation server
metadata](#server-metadata-discovery): metadata](#server-metadata-discovery):
- `device_authorization_endpoint` - `device_authorisation_endpoint`
To use this grant, homeservers and clients MUST: To use this grant, homeservers and clients MUST:

View file

@ -111,7 +111,7 @@ properties:
Array of the OAuth 2.0 grant types that the client may use. Array of the OAuth 2.0 grant types that the client may use.
This MUST include: This MUST include:
- the `authorization_code` value to use the authorisation code grant, - the `authorisation_code` value to use the authorisation code grant,
- the `refresh_token` value to use the refresh token grant. - the `refresh_token` value to use the refresh token grant.
The server MUST ignore values that it does not understand. The server MUST ignore values that it does not understand.