RevokeTokenRequest

RevokeTokenRequest
RevokeTokenRequest

Defines the properties of the revoke token request.

JSON Example
{
    "token": "string",
    "token_type_hint": "string"
}
string
token
Required

The token to be revoked.

string
token_type_hint
Optional

Token type hint. In case not provided, refresh_token will be used.