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
파일 보기 프로젝트 열기: dotnetfan/FluentSpotifyApi

공개 메소드들

메소드 설명
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