public function OAuth2ManagerInterface::getScopes in Social Auth 8.2
Same name and namespace in other branches
- 3.x src/AuthManager/OAuth2ManagerInterface.php \Drupal\social_auth\AuthManager\OAuth2ManagerInterface::getScopes()
Gets the scopes defined in the settings form.
Return value
string Data points separated by comma.
1 method overrides OAuth2ManagerInterface::getScopes()
- OAuth2Manager::getScopes in src/
AuthManager/ OAuth2Manager.php - Gets the scopes defined in the settings form.
File
- src/
AuthManager/ OAuth2ManagerInterface.php, line 50
Class
- OAuth2ManagerInterface
- Defines an OAuth2Manager Interface.
Namespace
Drupal\social_auth\AuthManagerCode
public function getScopes();