1 write to TokenHandlers
Microsoft.AspNetCore.Authentication.WsFederation (1)
WsFederationOptions.cs (1)
43
TokenHandlers
= new Collection<TokenHandler>()
2 references to TokenHandlers
Microsoft.AspNetCore.Authentication.WsFederation (2)
WsFederationHandler.cs (1)
250
foreach (var tokenHandler in Options.
TokenHandlers
)
WsFederationOptions.cs (1)
204
/// Gets or sets whether <see cref="
TokenHandlers
"/> or <see cref="SecurityTokenHandlers"/> will be used to validate the inbound token.