refreshToken property
If the access token will expire, use the refresh token to obtain another access token.
Implementation
core.String? refreshToken;
If the access token will expire, use the refresh token to obtain another access token.
core.String? refreshToken;