3 writes to Error
Microsoft.AspNetCore.Authentication.JwtBearer (1)
JwtBearerHandler.cs (1)
286eventContext.Error = "invalid_token";
Microsoft.AspNetCore.Authentication.Test (2)
JwtBearerTests.cs (1)
404context.Error = error;
JwtBearerTests_Handler.cs (1)
375context.Error = error;
5 references to Error
Microsoft.AspNetCore.Authentication.JwtBearer (5)
JwtBearerHandler.cs (5)
298if (string.IsNullOrEmpty(eventContext.Error) && 314if (!string.IsNullOrEmpty(eventContext.Error)) 317builder.Append(eventContext.Error); 322if (!string.IsNullOrEmpty(eventContext.Error)) 333if (!string.IsNullOrEmpty(eventContext.Error) ||