Revoke token
Revokes an access token or refresh token. Send parameters as application/x-www-form-urlencoded.
Request
This endpoint expects an object.
token
The access or refresh token to revoke.
token_type_hint
Optional hint to help the server process the token faster.
Allowed values:
client_id
OAuth application client ID (uid).
client_secret
Required for confidential clients.
Response
OK