|
|
@ -352,10 +352,9 @@ paths:
|
|
|
|
example: "ihatebananas"
|
|
|
|
example: "ihatebananas"
|
|
|
|
logout_devices:
|
|
|
|
logout_devices:
|
|
|
|
type: boolean
|
|
|
|
type: boolean
|
|
|
|
default: true
|
|
|
|
|
|
|
|
description: |-
|
|
|
|
description: |-
|
|
|
|
Whether the user's other access tokens, and their associated devices, should be
|
|
|
|
Whether the user's other access tokens, and their associated devices, should be
|
|
|
|
revoked if the request succeeds.
|
|
|
|
revoked if the request succeeds. Defaults to true.
|
|
|
|
|
|
|
|
|
|
|
|
When `false`, the server can still take advantage of the [soft logout method](/client-server-api/#soft-logout)
|
|
|
|
When `false`, the server can still take advantage of the [soft logout method](/client-server-api/#soft-logout)
|
|
|
|
for the user's remaining devices.
|
|
|
|
for the user's remaining devices.
|
|
|
|