TokenValidatedContext Class¶
- Namespace
Microsoft.AspNetCore.Authentication.OpenIdConnect- Assemblies
- Microsoft.AspNetCore.Authentication.OpenIdConnect
Syntax¶
public class TokenValidatedContext : BaseOpenIdConnectContext
-
class
Microsoft.AspNetCore.Authentication.OpenIdConnect.TokenValidatedContext
Constructors¶
-
TokenValidatedContext(Microsoft.AspNetCore.Http.HttpContext, Microsoft.AspNetCore.Builder.OpenIdConnectOptions)¶ Creates a
Microsoft.AspNetCore.Authentication.OpenIdConnect.TokenValidatedContextpublic TokenValidatedContext(HttpContext context, OpenIdConnectOptions options)
-
Properties¶
-
Microsoft.AspNetCore.Authentication.OpenIdConnect.TokenValidatedContext.Nonce¶ Return type: System.String public string Nonce { get; set; }
-
Microsoft.AspNetCore.Authentication.OpenIdConnect.TokenValidatedContext.Properties¶ Return type: Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties public AuthenticationProperties Properties { get; set; }
-
Microsoft.AspNetCore.Authentication.OpenIdConnect.TokenValidatedContext.SecurityToken¶ Return type: System.IdentityModel.Tokens.Jwt.JwtSecurityToken public JwtSecurityToken SecurityToken { get; set; }
-
Microsoft.AspNetCore.Authentication.OpenIdConnect.TokenValidatedContext.TokenEndpointResponse¶ Return type: Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage public OpenIdConnectMessage TokenEndpointResponse { get; set; }
-