ReAuthenticationNeededException

class ReAuthenticationNeededException(cause: Throwable?, message: String?) : SpotifyException

Exception signifying that re-authentication via spotify-auth is necessary. Thrown by default when refreshTokenProducer is null.

Constructors

ReAuthenticationNeededException
Link copied to clipboard
common
fun ReAuthenticationNeededException(cause: Throwable? = null, message: String? = null)

Properties

cause
Link copied to clipboard
common
open val cause: Throwable?
message
Link copied to clipboard
common
open val message: String?

Sources

common source
Link copied to clipboard