OAuthTokenResponse.Failed(Exception) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.