3 writes to ErrorDescription
Microsoft.AspNetCore.Authentication.JwtBearer (1)
JwtBearerHandler.cs (1)
287
eventContext.
ErrorDescription
= CreateErrorDescription(eventContext.AuthenticateFailure);
Microsoft.AspNetCore.Authentication.Test (2)
JwtBearerTests.cs (1)
405
context.
ErrorDescription
= description;
JwtBearerTests_Handler.cs (1)
376
context.
ErrorDescription
= description;
4 references to ErrorDescription
Microsoft.AspNetCore.Authentication.JwtBearer (4)
JwtBearerHandler.cs (4)
299
string.IsNullOrEmpty(eventContext.
ErrorDescription
) &&
320
if (!string.IsNullOrEmpty(eventContext.
ErrorDescription
))
328
builder.Append(eventContext.
ErrorDescription
);
334
!string.IsNullOrEmpty(eventContext.
ErrorDescription
))