mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 11:34:09 +01:00
Default to false if capability is missing
This commit is contained in:
parent
72a3c95f70
commit
7e4c4e87b0
|
|
@ -1661,7 +1661,7 @@ is able to use [`POST /login/get_token`](/client-server-api/#post_matrixclientv1
|
||||||
to generate single-use, time-limited tokens to log unauthenticated clients
|
to generate single-use, time-limited tokens to log unauthenticated clients
|
||||||
into their account.
|
into their account.
|
||||||
|
|
||||||
When not listed, clients SHOULD assume the user is able to generate tokens.
|
When not listed, clients SHOULD assume the user is unable to generate tokens.
|
||||||
|
|
||||||
An example of the capability API's response for this capability is:
|
An example of the capability API's response for this capability is:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue