TokenValidationParameters.TokenReader Property

Definition

Gets or sets a delegate that will be used to read the token.

public Microsoft.IdentityModel.Tokens.TokenReader TokenReader { get; set; }
member this.TokenReader : Microsoft.IdentityModel.Tokens.TokenReader with get, set
Public Property TokenReader As TokenReader

Property Value

Remarks

If set, this delegate will be called to read the token instead of default processing.

Applies to