public function OAuth2ManagerInterface::getEndPoints in Social Auth 3.x
Same name and namespace in other branches
- 8.2 src/AuthManager/OAuth2ManagerInterface.php \Drupal\social_auth\AuthManager\OAuth2ManagerInterface::getEndPoints()
Gets the API endpoints to be requested.
Return value
string API endpoints separated in different lines.
1 method overrides OAuth2ManagerInterface::getEndPoints()
- OAuth2Manager::getEndPoints in src/
AuthManager/ OAuth2Manager.php - Gets the API endpoints to be requested.
File
- src/
AuthManager/ OAuth2ManagerInterface.php, line 58
Class
- OAuth2ManagerInterface
- Defines an OAuth2Manager Interface.
Namespace
Drupal\social_auth\AuthManagerCode
public function getEndPoints();