11 references to Events
Microsoft.AspNetCore.Authentication.OpenIdConnect (11)
OpenIdConnectHandler.cs (11)
132await Events.RemoteSignOut(remoteSignOutContext); 254await Events.RedirectToIdentityProviderForSignOut(redirectContext); 330await Events.SignedOutCallbackRedirect(signOut); 463await Events.RedirectToIdentityProvider(redirectContext); 558await Events.PushAuthorization(context); 1216await Events.MessageReceived(context); 1242await Events.TokenValidated(context); 1288await Events.AuthorizationCodeReceived(context); 1317await Events.TokenResponseReceived(context); 1343await Events.UserInformationReceived(context); 1367await Events.AuthenticationFailed(context);