OAuthTokenResponse.Failed(Exception) Method

Definition

Creates a failed 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

Parameters

error
Exception

The error associated with the failure.

Returns

A OAuthTokenResponse instance.

Applies to