Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 280 Bytes

revoke-token-response.md

File metadata and controls

20 lines (13 loc) · 280 Bytes

Revoke Token Response

Structure

RevokeTokenResponse

Fields

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

Example (as JSON)

{
  "success": true
}