ReAuthenticationNeededException

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

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

Constructors

Link copied to clipboard
constructor(cause: Throwable? = null, message: String? = null)

Properties

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