You are here

protected property OAuth2ControllerBase::$providerManager in Social Auth 8.2

Same name and namespace in other branches
  1. 3.x src/Controller/OAuth2ControllerBase.php \Drupal\social_auth\Controller\OAuth2ControllerBase::providerManager

The provider authentication manager.

Type: \Drupal\social_auth\AuthManager\OAuth2ManagerInterface

File

src/Controller/OAuth2ControllerBase.php, line 48

Class

OAuth2ControllerBase
Handle responses for Social Auth implementer controllers.

Namespace

Drupal\social_auth\Controller

Code

protected $providerManager;