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)
260
if (redirectContext.
Handled
)
469
if (redirectContext.
Handled
)