public function Oauth2ClientPluginInterface::getStorageKey in OAuth2 Client 8.3
Returns the credential storage key if it is set, otherwise returns NULL.
Return value
mixed|null The data.
1 method overrides Oauth2ClientPluginInterface::getStorageKey()
- Oauth2ClientPluginBase::getStorageKey in src/
Plugin/ Oauth2Client/ Oauth2ClientPluginBase.php - Returns the credential storage key if it is set, otherwise returns NULL.
File
- src/
Plugin/ Oauth2Client/ Oauth2ClientPluginInterface.php, line 122
Class
- Oauth2ClientPluginInterface
- Interface for Oauth2 Client plugins.
Namespace
Drupal\oauth2_client\Plugin\Oauth2ClientCode
public function getStorageKey();