public function Oauth2ClientPluginInterface::getResourceUri in OAuth2 Client 8.2
Same name and namespace in other branches
- 8.3 src/Plugin/Oauth2Client/Oauth2ClientPluginInterface.php \Drupal\oauth2_client\Plugin\Oauth2Client\Oauth2ClientPluginInterface::getResourceUri()
Retrieves the resource_uri of the OAuth2 server.
Return value
string The resource_uri of the OAuth2 server.
1 method overrides Oauth2ClientPluginInterface::getResourceUri()
- Oauth2ClientPluginBase::getResourceUri in src/
Plugin/ Oauth2Client/ Oauth2ClientPluginBase.php - Retrieves the resource_uri of the OAuth2 server.
File
- src/
Plugin/ Oauth2Client/ Oauth2ClientPluginInterface.php, line 87
Class
- Oauth2ClientPluginInterface
- Interface for Oauth2 Client plugins.
Namespace
Drupal\oauth2_client\Plugin\Oauth2ClientCode
public function getResourceUri();