public function OAuth2ManagerInterface::getClient in Social Auth 8
Gets the service client object.
Return value
mixed The service client object.
1 method overrides OAuth2ManagerInterface::getClient()
- OAuth2Manager::getClient in src/
AuthManager/ OAuth2Manager.php - Gets the service client object.
File
- src/
AuthManager/ OAuth2ManagerInterface.php, line 29
Class
- OAuth2ManagerInterface
- Defines an OAuth2Manager Interface.
Namespace
Drupal\social_auth\AuthManagerCode
public function getClient();