Address review feedback

This commit is contained in:
Hugh Nimmo-Smith 2026-03-04 10:37:56 +00:00
parent 10065e8fb7
commit 6f39b946fd

View file

@ -1729,12 +1729,10 @@ authentication type.
#### Login flows #### Login flows
Logging in and obtaining an access token with the OAuth 2.0 API should be done Logging in and obtaining an access token with the OAuth 2.0 API should be done
using either the [authorization code flow](#authorization-code-flow) or using either the [authorization code grant](#authorization-code-grant) or
[device authorization flow](#device-authorization-flow). [device authorization grant](#device-authorization-grant). In the context of the
Matrix specification, this means requesting a [scope](#scope) including full
The client allocates a device ID and then requests authorization for a client-server API read/write access and allocating a device ID.
[scope](#scope) that includes full Matrix client-server API read/write access
and use of the device ID.
##### Authorization code flow ##### Authorization code flow