TokenValidationParameters.TryReadJwtClaim Property

Definition

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

Property Value

Applies to