revoke_request

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

The token that the client wants to get revoked

string
token_type_hint
Optional

A hint about the type of the token submitted for revocation. Clients MAY pass this parameter in order to help the authorization server to optimize the token lookup.

Parameter To