Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 340 Bytes

revoke-token-response.md

File metadata and controls

20 lines (13 loc) · 340 Bytes

Revoke Token Response

Structure

RevokeTokenResponse

Fields

Name Type Tags Description Getter
Success Boolean Optional If the request is successful, this is true. Boolean getSuccess()

Example (as JSON)

{
  "success": true
}