Apply suggestions from code review

Co-authored-by: Hugh Nimmo-Smith <hughns@users.noreply.github.com>
This commit is contained in:
Richard van der Hoff 2026-04-15 16:23:57 +01:00 committed by GitHub
parent eae09a21de
commit 411c31f693
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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
metadata](#server-metadata-discovery):
- `device_authorisation_endpoint`
- `device_authorization_endpoint`
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.
This MUST include:
- the `authorisation_code` value to use the authorisation code grant,
- the `authorization_code` value to use the authorisation code grant,
- the `refresh_token` value to use the refresh token grant.
The server MUST ignore values that it does not understand.