You are here

protected property OAuth2Manager::$user in Social Auth 3.x

Same name and namespace in other branches
  1. 8.2 src/AuthManager/OAuth2Manager.php \Drupal\social_auth\AuthManager\OAuth2Manager::user

The user returned by the provider.

Type: \League\OAuth2\Client\Provider\GenericResourceOwner|array|mixed

Overrides OAuth2Manager::$user

File

src/AuthManager/OAuth2Manager.php, line 33

Class

OAuth2Manager
Defines a basic OAuth2Manager.

Namespace

Drupal\social_auth\AuthManager

Code

protected $user;