Skip to content

Commit a30dbc5

Browse files
committed
Clarify that e2e keys are also obliterated
1 parent 221d9f2 commit a30dbc5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

api/client-server/logout.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ paths:
3333
description: |-
3434
Invalidates an existing access token, so that it can no longer be used for
3535
authorization. The device associated with the access token is also deleted.
36+
`Device keys <#device-keys>`_ for the device are deleted alongside the device.
3637
operationId: logout
3738
security:
3839
- accessToken: []
@@ -50,7 +51,8 @@ paths:
5051
description: |-
5152
Invalidates all access tokens for a user, so that they can no longer be used for
5253
authorization. This includes the access token that made this request. All devices
53-
for the user are also deleted.
54+
for the user are also deleted. `Device keys <#device-keys>`_ for the device are
55+
deleted alongside the device.
5456
5557
This endpoint does not require UI authorization because UI authorization is
5658
designed to protect against attacks where the someone gets hold of a single access

0 commit comments

Comments
 (0)