2 overrides of AuthenticationFailed
Microsoft.AspNetCore.Authentication.Test (2)
OpenIdConnect\OpenIdConnectEventTests.cs (1)
1205public override Task AuthenticationFailed(AuthenticationFailedContext context)
OpenIdConnect\OpenIdConnectEventTests_Handler.cs (1)
1205public override Task AuthenticationFailed(AuthenticationFailedContext context)
4 references to AuthenticationFailed
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
Events\AuthenticationFailedContext.cs (1)
10/// A context for <see cref="OpenIdConnectEvents.AuthenticationFailed"/>.
OpenIdConnectHandler.cs (1)
1257await Events.AuthenticationFailed(context);
Microsoft.AspNetCore.Authentication.Test (2)
OpenIdConnect\OpenIdConnectEventTests.cs (1)
1208return base.AuthenticationFailed(context);
OpenIdConnect\OpenIdConnectEventTests_Handler.cs (1)
1208return base.AuthenticationFailed(context);