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