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