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);
558
await
Events
.PushAuthorization(context);
1216
await
Events
.MessageReceived(context);
1242
await
Events
.TokenValidated(context);
1288
await
Events
.AuthorizationCodeReceived(context);
1317
await
Events
.TokenResponseReceived(context);
1343
await
Events
.UserInformationReceived(context);
1367
await
Events
.AuthenticationFailed(context);