You are here

constant SocialAuthEvents::BEFORE_REDIRECT in Social Auth 8.2

Same name and namespace in other branches
  1. 3.x src/Event/SocialAuthEvents.php \Drupal\social_auth\Event\SocialAuthEvents::BEFORE_REDIRECT

Dispatched event before redirecting to provider.

See also

\Drupal\social_auth\Event\BeforeRedirectEvent

File

src/Event/SocialAuthEvents.php, line 52

Class

SocialAuthEvents
Defines Social Auth Events constants.

Namespace

Drupal\social_auth\Event

Code

const BEFORE_REDIRECT = 'social_auth.before_redirect';