Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 278 Bytes

revoke-token-response.md

File metadata and controls

21 lines (13 loc) · 278 Bytes

Revoke Token Response

Structure

Revoke Token Response

Fields

Name Type Tags Description
success bool Optional If the request is successful, this is true.

Example (as JSON)

{
  "success": true
}