You are here

namespace Drupal\social_auth\Event in Social Auth 8.2

Same name in other branches
  1. 8 Drupal\social_auth\Event
  2. 3.x Drupal\social_auth\Event
Classsort descending Location Description
BeforeRedirectEvent src/Event/BeforeRedirectEvent.php Dispatched before user is redirected to provider for authentication.
FailedAuthenticationEvent src/Event/FailedAuthenticationEvent.php Dispatched when user authentication fails in provider.
SocialAuthEvents src/Event/SocialAuthEvents.php Defines Social Auth Events constants.
UserEvent src/Event/UserEvent.php Dispatched when user is created or logged in through Social Auth.
UserFieldsEvent src/Event/UserFieldsEvent.php Defines the user fields to be set in user creation.