11 references to Events
Microsoft.AspNetCore.Authentication.OpenIdConnect (11)
OpenIdConnectHandler.cs (11)
137await Events.RemoteSignOut(remoteSignOutContext); 259await Events.RedirectToIdentityProviderForSignOut(redirectContext); 335await Events.SignedOutCallbackRedirect(signOut); 468await Events.RedirectToIdentityProvider(redirectContext); 564await Events.PushAuthorization(context); 1217await Events.MessageReceived(context); 1243await Events.TokenValidated(context); 1289await Events.AuthorizationCodeReceived(context); 1318await Events.TokenResponseReceived(context); 1344await Events.UserInformationReceived(context); 1368await Events.AuthenticationFailed(context);