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