Partager via


OAuthTokenResponse.Failed(Exception) Méthode

Définition

Crée un échec 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

Paramètres

error
Exception

Erreur associée à l’échec.

Retours

Instance de OAuthTokenResponse.

S’applique à