You are here

protected property UserEvent::$socialAuthUser in Social Auth 3.x

Same name and namespace in other branches
  1. 8.2 src/Event/UserEvent.php \Drupal\social_auth\Event\UserEvent::socialAuthUser

The user's data passed by Social Auth.

Type: \Drupal\social_auth\User\SocialAuthUserInterface

File

src/Event/UserEvent.php, line 34

Class

UserEvent
Dispatched when user is created or logged in through Social Auth.

Namespace

Drupal\social_auth\Event

Code

protected $socialAuthUser;