refreshToken property

String? refreshToken
getter/setter pair

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;