refreshToken property

String? refreshToken
getter/setter pair

The token that is sent to Spotify to refresh the credentials.

This may be null, indicating that the credentials can't be refreshed.

Implementation

String? refreshToken;