11 references to Events
Microsoft.AspNetCore.Authentication.OpenIdConnect (11)
OpenIdConnectHandler.cs (11)
132
await
Events
.RemoteSignOut(remoteSignOutContext);
254
await
Events
.RedirectToIdentityProviderForSignOut(redirectContext);
330
await
Events
.SignedOutCallbackRedirect(signOut);
463
await
Events
.RedirectToIdentityProvider(redirectContext);
559
await
Events
.PushAuthorization(context);
1212
await
Events
.MessageReceived(context);
1238
await
Events
.TokenValidated(context);
1284
await
Events
.AuthorizationCodeReceived(context);
1313
await
Events
.TokenResponseReceived(context);
1339
await
Events
.UserInformationReceived(context);
1363
await
Events
.AuthenticationFailed(context);