public function OAuth2ManagerInterface::getExtraDetails in Social Auth 8.2
Same name and namespace in other branches
- 3.x src/AuthManager/OAuth2ManagerInterface.php \Drupal\social_auth\AuthManager\OAuth2ManagerInterface::getExtraDetails()
Request data from the declared endpoints.
Parameters
string $method: The HTTP method for the request.
string|null $domain: The domain to request.
Return value
array|null The extra details gotten from provider.
1 method overrides OAuth2ManagerInterface::getExtraDetails()
- OAuth2Manager::getExtraDetails in src/
AuthManager/ OAuth2Manager.php - Request data from the declared endpoints.
File
- src/
AuthManager/ OAuth2ManagerInterface.php, line 25
Class
- OAuth2ManagerInterface
- Defines an OAuth2Manager Interface.
Namespace
Drupal\social_auth\AuthManagerCode
public function getExtraDetails($method = 'GET', $domain = NULL);