Please include the following information in your post:
- Which SDK this is regarding: e.g. auth0-angular
- SDK Version: e.g. 1.9.0
- Platform Version: e.g. Angular 13.2.6
- Code Snippets/Error Messages/Supporting Details/Screenshots:
There are 2 ways how I can revoke the refresh token (Revoke Refresh Tokens).
-
With the Authentication API
POSThttps://YOUR_DOMAIN/oauth/revoke
with parametertoken
-
With the Management API but this option is not available on client app.
How to obtain the refresh token so I can pass through the /oauth/revoke
API endpoint?