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