Udostępnij za pośrednictwem


OAuthTokenResponse.Failed(Exception) Metoda

Definicja

Tworzy błąd OAuthTokenResponse.

public:
 static Microsoft::AspNetCore::Authentication::OAuth::OAuthTokenResponse ^ Failed(Exception ^ error);
public static Microsoft.AspNetCore.Authentication.OAuth.OAuthTokenResponse Failed (Exception error);
static member Failed : Exception -> Microsoft.AspNetCore.Authentication.OAuth.OAuthTokenResponse
Public Shared Function Failed (error As Exception) As OAuthTokenResponse

Parametry

error
Exception

Błąd skojarzony z błędem.

Zwraca

OAuthTokenResponse Wystąpienie.

Dotyczy