2 writes to Exception
Microsoft.AspNetCore.Authentication.JwtBearer (2)
JwtBearerHandler.cs (2)
184Exception = (validationFailures.Count == 1) ? validationFailures[0] : new AggregateException(validationFailures) 209Exception = ex
1 reference to Exception
Microsoft.AspNetCore.Authentication.JwtBearer (1)
JwtBearerHandler.cs (1)
193return AuthenticateResult.Fail(authenticationFailedContext.Exception);