You are here

protected property OAuth2ControllerBase::$providerManager in Social Post 3.x

Same name and namespace in other branches
  1. 8.2 src/Controller/OAuth2ControllerBase.php \Drupal\social_post\Controller\OAuth2ControllerBase::providerManager

The provider authentication manager.

Type: \Drupal\social_post\PostManager\OAuth2ManagerInterface

File

src/Controller/OAuth2ControllerBase.php, line 53

Class

OAuth2ControllerBase
Handle responses for Social Post implementer controllers.

Namespace

Drupal\social_post\Controller

Code

protected $providerManager;