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.

Implementation

String? refreshToken;