TokenValidatedContext Class

Namespace
Microsoft.AspNetCore.Authentication.JwtBearer
Assemblies
  • Microsoft.AspNetCore.Authentication.JwtBearer

Syntax

public class TokenValidatedContext : BaseJwtBearerContext
class Microsoft.AspNetCore.Authentication.JwtBearer.TokenValidatedContext

Constructors

TokenValidatedContext(Microsoft.AspNetCore.Http.HttpContext, Microsoft.AspNetCore.Builder.JwtBearerOptions)
public TokenValidatedContext(HttpContext context, JwtBearerOptions options)

Properties

Microsoft.AspNetCore.Authentication.JwtBearer.TokenValidatedContext.SecurityToken
Return type:Microsoft.IdentityModel.Tokens.SecurityToken
public SecurityToken SecurityToken { get; set; }