Condividi tramite


OAuthTokenResponse.Failed(Exception) Metodo

Definizione

Crea un oggetto non riuscito 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

Parametri

error
Exception

Errore associato all'errore.

Restituisce

Istanza di OAuthTokenResponse.

Si applica a