C# Класс FluentSpotifyApi.AuthorizationFlows.Core.Client.Token.Exceptions.SpotifyInvalidRefreshTokenException

The exception that is thrown when provided refresh token is invalid. This typically occurs when user revokes access to the Spotify application.
Наследование: FluentSpotifyApi.AuthorizationFlows.Core.Client.Token.Exceptions.SpotifyAuthenticationErrorException
Показать файл Открыть проект

Открытые методы

Метод Описание
SpotifyInvalidRefreshTokenException ( HttpStatusCode errorCode, string content, AuthenticationError error ) : System.Net

Initializes a new instance of the SpotifyInvalidRefreshTokenException class.

Описание методов

SpotifyInvalidRefreshTokenException() публичный Метод

Initializes a new instance of the SpotifyInvalidRefreshTokenException class.
public SpotifyInvalidRefreshTokenException ( HttpStatusCode errorCode, string content, AuthenticationError error ) : System.Net
errorCode HttpStatusCode The error status code.
content string The content.
error AuthenticationError The error.
Результат System.Net