Refresh Token Grant
tags :
Grant Types or OAuth flow in OAuth2 #
Description #
- Uses a long-lived refresh token to obtain new access tokens,
- maintaining Authorization without user re-authentication.
Use Cases #
- Extended sessions
- Token renewal
Security #
- Enhanced security through token rotation, reduces access token leakage risk.
Refresh token #
like Auth Code code but to renew the access token instead of getting it for the first time.
