AuthTokenInfoResponse
Type definition for AuthTokenInfoResponse.
Type: Result
Parents:
| Property | Type |
|---|---|
reference | string |
created | integer |
client | ClientResponse | null |
scope | string[] |
expiration | integer |
used | integer | null |
Used in endpoints
- Revoke auth token
DELETE /auth/token/{token_reference}as result - Get token info
GET /auth/token/infoas result