TokenValidationParameters.TryReadJwtClaim 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.
Gets or sets the delegate that will be called when reading JSON Web Token header and payload claims.
public Microsoft.IdentityModel.Tokens.TryReadJwtClaim TryReadJwtClaim { get; set; }
member this.TryReadJwtClaim : Microsoft.IdentityModel.Tokens.TryReadJwtClaim with get, set
Public Property TryReadJwtClaim As TryReadJwtClaim