1 write to TokenHandlers
Microsoft.AspNetCore.Authentication.JwtBearer (1)
JwtBearerOptions.cs (1)
34TokenHandlers = new List<TokenHandler> { _defaultTokenHandler };
2 references to TokenHandlers
Microsoft.AspNetCore.Authentication.JwtBearer (2)
JwtBearerHandler.cs (1)
103foreach (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.