refreshToken property

String refreshToken
getter/setter pair

A jwt token for the SDK to fetch a new access token. When it expires the auth state listener will be notified with MoveAuthState.expired.

Implementation

String refreshToken;