2 overrides of AuthenticationFailed
Microsoft.AspNetCore.Authentication.Test (2)
OpenIdConnect\OpenIdConnectEventTests.cs (1)
1205
public override Task
AuthenticationFailed
(AuthenticationFailedContext context)
OpenIdConnect\OpenIdConnectEventTests_Handler.cs (1)
1205
public 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)
1367
await Events.
AuthenticationFailed
(context);
Microsoft.AspNetCore.Authentication.Test (2)
OpenIdConnect\OpenIdConnectEventTests.cs (1)
1208
return base.
AuthenticationFailed
(context);
OpenIdConnect\OpenIdConnectEventTests_Handler.cs (1)
1208
return base.
AuthenticationFailed
(context);