Authentication Exception
class AuthenticationException(message: String, cause: Throwable?) : SpotifyException
Content copied to clipboard
Exception signifying that authentication (via token or code) was unsuccessful, likely due to an invalid access token, code, or refresh token.
Constructors
Properties
Sources
common source
Link copied to clipboard