refreshToken property

String? refreshToken
final

Token that can be used to request a new access token.

The scope offline_access must have been requested on login for a refresh token to be returned.

Note: this property will always be null on the web platform. The underlying SDK used does not expose the refresh token for security reasons.

Read more about refresh tokens.

Implementation

final String? refreshToken;