public function OAuth2ManagerInterface::authenticate in Social Auth 8
Authenticates the users by using the access token.
Return value
$this The current object.
File
- src/
AuthManager/ OAuth2ManagerInterface.php, line 37
Class
- OAuth2ManagerInterface
- Defines an OAuth2Manager Interface.
Namespace
Drupal\social_auth\AuthManagerCode
public function authenticate();