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)

プロパティ値

適用対象