TokenValidationParameters.TokenReader 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 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.