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