mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-30 06:04:10 +02:00
Apply suggestions from code review
Co-authored-by: Hugh Nimmo-Smith <hughns@users.noreply.github.com>
This commit is contained in:
parent
eae09a21de
commit
411c31f693
|
|
@ -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_authorisation_endpoint`
|
- `device_authorization_endpoint`
|
||||||
|
|
||||||
To use this grant, homeservers and clients MUST:
|
To use this grant, homeservers and clients MUST:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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 `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 `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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue