JwtBearerOptions.TokenHandlers Property

Definition

Gets the ordered list of TokenHandler used to validate access tokens.

public System.Collections.Generic.IList<Microsoft.IdentityModel.Tokens.TokenHandler> TokenHandlers { get; }
member this.TokenHandlers : System.Collections.Generic.IList<Microsoft.IdentityModel.Tokens.TokenHandler>
Public ReadOnly Property TokenHandlers As IList(Of TokenHandler)

Property Value

Applies to