Freigeben über


OAuthTokenResponse.Failed(Exception) Methode

Definition

Erstellt einen Fehler 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

Parameter

error
Exception

Der Fehler, der dem Fehler zugeordnet ist.

Gibt zurück

Eine OAuthTokenResponse-Instanz.

Gilt für: