Refresh Token

API Securityintermediate

// Definition

A longer-lived credential used to obtain a new access token when the current one expires, without forcing the user to log in again. Because it is more powerful than an access token, it should be stored securely, be revocable, and be invalidated on logout or password change. QA checks: after logout or a password reset, a previously issued refresh token can no longer mint new access tokens where the product requires it.

// Related terms