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.
Omitted if the inhibit_login
option is true.
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.
Omitted if the inhibit_login
option is true.
String? refreshToken;