2 writes to ExceptionType
Microsoft.AspNetCore.Authentication.Test (2)
JwtBearerTests.cs (2)
1049
ExceptionType
= typeof(SecurityTokenException);
1054
ExceptionType
= exceptionType;
6 references to ExceptionType
Microsoft.AspNetCore.Authentication.Test (6)
JwtBearerTests.cs (6)
1071
if (
ExceptionType
== typeof(SecurityTokenInvalidAudienceException))
1075
if (
ExceptionType
== typeof(SecurityTokenInvalidIssuerException))
1079
if (
ExceptionType
== typeof(SecurityTokenInvalidLifetimeException))
1087
if (
ExceptionType
== typeof(SecurityTokenNotYetValidException))
1094
if (
ExceptionType
== typeof(SecurityTokenExpiredException))
1103
throw new NotImplementedException(
ExceptionType
.Name);