4 references to InvalidTokenValidator
Microsoft.AspNetCore.Authentication.Test (4)
JwtBearerTests_Handler.cs (4)
294options.TokenHandlers.Add(new InvalidTokenValidator(errorType)); 332options.TokenHandlers.Add(new InvalidTokenValidator(errorType)); 348options.TokenHandlers.Add(new InvalidTokenValidator(typeof(SecurityTokenInvalidAudienceException))); 349options.TokenHandlers.Add(new InvalidTokenValidator(typeof(SecurityTokenSignatureKeyNotFoundException)));