mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-05-02 07:04:09 +02:00
Compare commits
1 commit
39f9e363c6
...
b299da8de3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b299da8de3 |
|
|
@ -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_authorization_endpoint`
|
||||
- `device_authorisation_endpoint`
|
||||
|
||||
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.
|
||||
|
||||
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 server MUST ignore values that it does not understand.
|
||||
|
|
|
|||
Loading…
Reference in a new issue