1 write to ErrorDescription
Microsoft.AspNetCore.Authentication.JwtBearer (1)
JwtBearerHandler.cs (1)
287
eventContext.
ErrorDescription
= CreateErrorDescription(eventContext.AuthenticateFailure);
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
))