public function GoogleAuthManager::authenticate in Social Auth Google 8
Same name and namespace in other branches
- 8.2 src/GoogleAuthManager.php \Drupal\social_auth_google\GoogleAuthManager::authenticate()
- 3.x src/GoogleAuthManager.php \Drupal\social_auth_google\GoogleAuthManager::authenticate()
File
- src/
GoogleAuthManager.php, line 48
Class
- GoogleAuthManager
- Manages the authentication requests.
Namespace
Drupal\social_auth_googleCode
public function authenticate() {
$this->client
->setAccessToken($this
->getAccessToken());
return $this;
}