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); 559await Events.PushAuthorization(context); 1212await Events.MessageReceived(context); 1238await Events.TokenValidated(context); 1284await Events.AuthorizationCodeReceived(context); 1313await Events.TokenResponseReceived(context); 1339await Events.UserInformationReceived(context); 1363await Events.AuthenticationFailed(context);