device-credentials
resource endpoints with extended properties and bulk revocation operations.
Name | URL | Required scope(s) |
---|---|---|
View a refresh token information by ID | GET /api/v2/refresh-tokens/ | read:refresh_tokens |
Revoke a refresh token by ID | DELETE /api/v2/refresh-tokens/ | delete:refresh_tokens |
Name | URL | Required scope(s) |
---|---|---|
List all refresh tokens for a user | GET /api/v2/users//refresh-tokens | read:refresh_tokens |
Revoke all refresh tokens for a user | DELETE /api/v2/users//refresh-tokens | delete:refresh_tokens |
Field | Description |
---|---|
Refresh Token ID | A unique and tenant-specific identifier of the refresh token in the API. It is not the token itself, which is a secret to exchange with the token endpoint in the authentication API. Refresh tokens can outlive a session. The refresh token keeps this information regardless of the session lifecycle. |
Session ID | The session ID is a persistent identifier of the session in the Auth0 tenant. Note that the session ID corresponds to the sid claim already in ID Tokens and Logout Tokens and can be used to cross-reference these entities.The refresh token contains references to the session that was used to create the token. The session ID can be used to retrieve additional information with the Management API introspect a specific session by ID endpoint. |
Relevant Time | Refresh token creation, and expiry information. |
Client and Resource Servers Information | Summary information about the applications and APIs bound to a refresh token. |
DELETE
) operations run asynchronously, and are eventually consistent.session_id
) property with the appropriate value. Refresh tokens issued before this date contain this property with a null
value.