refreshToken property
A refresh token for the account. This token can be used to
obtain a new access token when it expires by calling the
/refresh endpoint.
Implementation
String? refreshToken;
A refresh token for the account. This token can be used to
obtain a new access token when it expires by calling the
/refresh endpoint.
String? refreshToken;