mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-05-03 07:34:10 +02:00
Compare commits
2 commits
b299da8de3
...
39f9e363c6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
39f9e363c6 | ||
|
|
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