refreshToken property
The new refresh token to use when the access token needs to be refreshed again. If not given, the old refresh token can be re-used.
Implementation
String? refreshToken;
The new refresh token to use when the access token needs to be refreshed again. If not given, the old refresh token can be re-used.
String? refreshToken;