refreshToken property

String refreshToken
final

The JWT refresh token used to obtain a new access token without re-authentication.

Has a longer lifespan than accessToken. When this token expires the user must log in again. Use isRefreshTokenExpired to check its state.

Implementation

final String refreshToken;