AuthenticationFailedContext Class¶
- Namespace
Microsoft.AspNetCore.Authentication.JwtBearer- Assemblies
- Microsoft.AspNetCore.Authentication.JwtBearer
Syntax¶
public class AuthenticationFailedContext : BaseJwtBearerContext
-
class
Microsoft.AspNetCore.Authentication.JwtBearer.AuthenticationFailedContext
Constructors¶
-
AuthenticationFailedContext(Microsoft.AspNetCore.Http.HttpContext, Microsoft.AspNetCore.Builder.JwtBearerOptions)¶ public AuthenticationFailedContext(HttpContext context, JwtBearerOptions options)
-
Properties¶
-
Microsoft.AspNetCore.Authentication.JwtBearer.AuthenticationFailedContext.Exception¶ Return type: System.Exception public Exception Exception { get; set; }
-