Token Revocation
This endpoint allows revoking access tokens (reference tokens only) and refresh token. It implements the token revocation specification (RFC 7009).
Supported parameters:
token
(required)- the token to revoke
token_type_hint
- either
access_token
orrefresh_token
- either
Requests must be authenticated using one of the supported client authentication methods.
Example:
POST /connect/revocation HTTP/1.1
Host: server.example.com
Content-Type: application/x-www-form-urlencoded
Authorization: Basic czZCaGRSa3F0MzpnWDFmQmF0M2JW
token=45ghiukldjahdnhzdauz&token_type_hint=refresh_token