Compartir a través de


OAuthTokenResponse.Failed(Exception) Método

Definición

Crea un error 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

Parámetros

error
Exception

Error asociado al error.

Devoluciones

Instancia de OAuthTokenResponse.

Se aplica a