OpenIdConnectProtocolValidationContext.ValidatedIdToken Property
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.
This id_token is assumed to have audience, issuer, lifetime and signature validated.
public System.IdentityModel.Tokens.Jwt.JwtSecurityToken ValidatedIdToken { get; set; }
member this.ValidatedIdToken : System.IdentityModel.Tokens.Jwt.JwtSecurityToken with get, set
Public Property ValidatedIdToken As JwtSecurityToken