11 references to Events
Microsoft.AspNetCore.Authentication.OpenIdConnect (11)
OpenIdConnectHandler.cs (11)
141
await
Events
.RemoteSignOut(remoteSignOutContext);
263
await
Events
.RedirectToIdentityProviderForSignOut(redirectContext);
339
await
Events
.SignedOutCallbackRedirect(signOut);
472
await
Events
.RedirectToIdentityProvider(redirectContext);
568
await
Events
.PushAuthorization(context);
1223
await
Events
.MessageReceived(context);
1249
await
Events
.TokenValidated(context);
1295
await
Events
.AuthorizationCodeReceived(context);
1324
await
Events
.TokenResponseReceived(context);
1350
await
Events
.UserInformationReceived(context);
1374
await
Events
.AuthenticationFailed(context);