AuthenticationFailedContext Class

Namespace
Microsoft.AspNetCore.Authentication.OpenIdConnect
Assemblies
  • Microsoft.AspNetCore.Authentication.OpenIdConnect

Syntax

public class AuthenticationFailedContext : BaseOpenIdConnectContext
class Microsoft.AspNetCore.Authentication.OpenIdConnect.AuthenticationFailedContext

Constructors

AuthenticationFailedContext(Microsoft.AspNetCore.Http.HttpContext, Microsoft.AspNetCore.Builder.OpenIdConnectOptions)
public AuthenticationFailedContext(HttpContext context, OpenIdConnectOptions options)

Properties

Microsoft.AspNetCore.Authentication.OpenIdConnect.AuthenticationFailedContext.Exception
Return type:System.Exception
public Exception Exception { get; set; }