Refresh Token Revocation
Sep 10, 2025
Overview
How to invalidate a user session on Auth0 native apps after a password reset on the web app by revoking refresh tokens with the Management API so the user is logged out.
Applies To
- Refresh Token
- Management API
Solution
- Call GET /api/v2/grants?user_id=<user_id>
- Call DELETE /api/v2/grants/{id?} with the chosen grant id.