3 writes to ErrorDescription
Microsoft.AspNetCore.Authentication.JwtBearer (1)
JwtBearerHandler.cs (1)
287eventContext.ErrorDescription = CreateErrorDescription(eventContext.AuthenticateFailure);
Microsoft.AspNetCore.Authentication.Test (2)
JwtBearerTests.cs (1)
405context.ErrorDescription = description;
JwtBearerTests_Handler.cs (1)
384context.ErrorDescription = description;
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))