You are here

protected property FacebookAuthManager::$client in Social Auth Facebook 3.x

Same name and namespace in other branches
  1. 8.2 src/FacebookAuthManager.php \Drupal\social_auth_facebook\FacebookAuthManager::client
  2. 8 src/FacebookAuthManager.php \Drupal\social_auth_facebook\FacebookAuthManager::client

The Facebook client.

Type: \League\OAuth2\Client\Provider\Facebook

Overrides OAuth2Manager::$client

File

src/FacebookAuthManager.php, line 21

Class

FacebookAuthManager
Contains all the logic for Facebook OAuth2 authentication.

Namespace

Drupal\social_auth_facebook

Code

protected $client;