Spec soft-logout per MSC1466
MSC: https://github.com/matrix-org/matrix-doc/issues/1466
This commit is contained in:
parent
7eafe5a1d9
commit
d24f15a3a9
3 changed files with 27 additions and 1 deletions
|
@ -346,8 +346,11 @@ paths:
|
|||
logout_devices:
|
||||
type: boolean
|
||||
description: |-
|
||||
Whether the other access tokens, and their associated devices, for the user should be
|
||||
Whether the other access tokens, and their associated devices, for the user should be
|
||||
revoked if the request succeeds. Defaults to true.
|
||||
|
||||
When ``false``, the server can still take advantage of `the soft logout method <#soft-logout>`_
|
||||
for the user's remaining devices.
|
||||
example: true
|
||||
auth:
|
||||
description: |-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue