Revoke an access token
POST
/oauth2/revoke
Body
application/x-www-form-urlencoded
token
string
<=4096 characters
required
String passed to the authorization server to gain access to the system.
client_id
string
If not specified in
Authorization: Basic
it can be specified here
client_secret
string
If not specified in
Authorization: Basic
it can be specified here
token_type_hint
string<enum>
A hint about the type of the token submitted for revocation
Possible values:
access_token
,
refresh_token