public function OAuth2ManagerInterface::getAuthorizationUrl in Social API 8.2
Same name and namespace in other branches
- 3.x src/AuthManager/OAuth2ManagerInterface.php \Drupal\social_api\AuthManager\OAuth2ManagerInterface::getAuthorizationUrl()
Returns the authorization URL where user will be redirected.
Return value
string|mixed Absolute authorization URL.
File
- src/
AuthManager/ OAuth2ManagerInterface.php, line 61
Class
- OAuth2ManagerInterface
- Defines an OAuth2Manager Interface.
Namespace
Drupal\social_api\AuthManagerCode
public function getAuthorizationUrl();