11 references to Events
Microsoft.AspNetCore.Authentication.OpenIdConnect (11)
OpenIdConnectHandler.cs (11)
141await Events.RemoteSignOut(remoteSignOutContext); 263await Events.RedirectToIdentityProviderForSignOut(redirectContext); 339await Events.SignedOutCallbackRedirect(signOut); 472await Events.RedirectToIdentityProvider(redirectContext); 568await Events.PushAuthorization(context); 1223await Events.MessageReceived(context); 1249await Events.TokenValidated(context); 1295await Events.AuthorizationCodeReceived(context); 1324await Events.TokenResponseReceived(context); 1350await Events.UserInformationReceived(context); 1374await Events.AuthenticationFailed(context);