2 references to _defaultHandler
Microsoft.AspNetCore.Authentication.JwtBearer (2)
JwtBearerOptions.cs (2)
32
SecurityTokenValidators = new List<ISecurityTokenValidator> {
_defaultHandler
};
156
_defaultHandler
.MapInboundClaims = value;