2 writes to ErrorUri
Microsoft.AspNetCore.Authentication.Test (2)
JwtBearerTests.cs (1)
406context.ErrorUri = uri;
JwtBearerTests_Handler.cs (1)
385context.ErrorUri = uri;
3 references to ErrorUri
Microsoft.AspNetCore.Authentication.JwtBearer (3)
JwtBearerHandler.cs (3)
300string.IsNullOrEmpty(eventContext.ErrorUri)) 331if (!string.IsNullOrEmpty(eventContext.ErrorUri)) 340builder.Append(eventContext.ErrorUri);