refreshToken property

String? refreshToken
getter/setter pair

If the access token will expire, use the refresh token to obtain another access token.

Implementation

core.String? refreshToken;