Revoke OAuth Tokens
This feature gives you (both developers and Dashboard users) the ability to revoke OAuth tokens. You can revoke specific tokens by providing the token and token hint (access_token
or refresh_token
) or you can revoke all OAuth Client tokens.
You can revoke OAuth tokens via the following methods:
- From a Gateway API endpoint (in compliance with https://tools.ietf.org/html/rfc7009). See the OAuth section of our Swagger doc for the Gateway REST API for details.
- Via a Dashboard API calls - Revoke a token and revoke all tokens
- Via a Portal Developer API calls - Revoke a token and revoke all tokens
- Via the Developer menu from the Tyk Dashboard