You are here

public function OAuth2Manager::getClient in Social Auth 8

Gets the service client object.

Return value

mixed The service client object.

Overrides OAuth2ManagerInterface::getClient

File

src/AuthManager/OAuth2Manager.php, line 37

Class

OAuth2Manager
Defines a basic OAuth2Manager.

Namespace

Drupal\social_auth\AuthManager

Code

public function getClient() {
  return $this->client;
}