You are here

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

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

The Social Post user authenticator..

Type: \Drupal\social_post\User\UserAuthenticator

File

src/Controller/OAuth2ControllerBase.php, line 46

Class

OAuth2ControllerBase
Handle responses for Social Post implementer controllers.

Namespace

Drupal\social_post\Controller

Code

protected $userAuthenticator;