accessToken property
final
The JWT access token included in the Authorization: Bearer header of protected API requests.
Has a shorter lifespan than refreshToken. Use isTokenExpired to check whether it needs refreshing.
Implementation
final String accessToken;