1 write to ErrorDescription
Microsoft.AspNetCore.Authentication.JwtBearer (1)
JwtBearerHandler.cs (1)
287eventContext.ErrorDescription = CreateErrorDescription(eventContext.AuthenticateFailure);
4 references to ErrorDescription
Microsoft.AspNetCore.Authentication.JwtBearer (4)
JwtBearerHandler.cs (4)
299string.IsNullOrEmpty(eventContext.ErrorDescription) && 320if (!string.IsNullOrEmpty(eventContext.ErrorDescription)) 328builder.Append(eventContext.ErrorDescription); 334!string.IsNullOrEmpty(eventContext.ErrorDescription))