1 write to TokenHandlers
Microsoft.AspNetCore.Authentication.JwtBearer (1)
JwtBearerOptions.cs (1)
34
TokenHandlers
= new List<TokenHandler> { _defaultTokenHandler };
2 references to TokenHandlers
Microsoft.AspNetCore.Authentication.JwtBearer (2)
JwtBearerHandler.cs (1)
103
foreach (var tokenHandler in Options.
TokenHandlers
)
JwtBearerOptions.cs (1)
179
/// Gets or sets whether <see cref="
TokenHandlers
"/> or <see cref="SecurityTokenValidators"/> will be used to validate the inbound token.