JwtBearerOptions.TokenHandlers 属性

定义

获取用于验证访问令牌的 TokenHandler 排序列表。

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)

属性值

适用于