ReferenceGrants
Refresh Token
Client exchanges refresh token for a new access token (and a new refresh token, Hydra rotates).
Refresh Token
Spec: RFC 6749 §6
Supported in Olympus: Yes
When to use
Renewing access tokens without re-authenticating the user.
How it works
Client exchanges refresh token for a new access token (and a new refresh token, Hydra rotates).
Integration guide
See /docs/integrate/oauth2/oauth2-refresh-tokens for full setup.