Re Authentication Needed Exception
class ReAuthenticationNeededException(cause: Throwable?, message: String?) : SpotifyException
Content copied to clipboard
Exception signifying that re-authentication via spotify-auth is necessary. Thrown by default when refreshTokenProducer is null.
Constructors
ReAuthenticationNeededException
Link copied to clipboard
fun ReAuthenticationNeededException(cause: Throwable? = null, message: String? = null)
Content copied to clipboard
Functions
Properties
Sources
(source)
Link copied to clipboard