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