AuthenticationException

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

Exception signifying that authentication (via token or code) was unsuccessful, likely due to an invalid access token, code, or refresh token.

Constructors

AuthenticationException
Link copied to clipboard
common
fun AuthenticationException(authenticationError: AuthenticationError?)
AuthenticationException
Link copied to clipboard
common
fun AuthenticationException(message: String, cause: Throwable? = 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