1 write to Handled
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
Events\RedirectContext.cs (1)
40
public void HandleResponse() =>
Handled
= true;
2 references to Handled
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
OpenIdConnectHandler.cs (2)
255
if (redirectContext.
Handled
)
464
if (redirectContext.
Handled
)