1 write to Error
Microsoft.AspNetCore.Authentication.JwtBearer (1)
JwtBearerHandler.cs (1)
286eventContext.Error = "invalid_token";
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) ||