refreshExpiresIn property

int refreshExpiresIn
final

The refresh token expiration time in milliseconds since epoch.

Follows the same conversion behaviour as expiresIn. Use isRefreshTokenExpired to determine whether the user must re-authenticate.

Implementation

final int refreshExpiresIn;