refreshToken property

String? refreshToken
final

The token that is sent to the authorization server to refresh the credentials.

This may be null, indicating that the credentials can't be refreshed.

Implementation

final String? refreshToken;