public function GoogleAuthSettingsInterface::getClientSecret in Social Auth Google 8.2
Same name and namespace in other branches
- 8 src/Settings/GoogleAuthSettingsInterface.php \Drupal\social_auth_google\Settings\GoogleAuthSettingsInterface::getClientSecret()
- 3.x src/Settings/GoogleAuthSettingsInterface.php \Drupal\social_auth_google\Settings\GoogleAuthSettingsInterface::getClientSecret()
Gets the client secret.
Return value
string The client secret.
1 method overrides GoogleAuthSettingsInterface::getClientSecret()
- GoogleAuthSettings::getClientSecret in src/
Settings/ GoogleAuthSettings.php - Gets the client secret.
File
- src/
Settings/ GoogleAuthSettingsInterface.php, line 24
Class
- GoogleAuthSettingsInterface
- Defines an interface for Social Auth Google settings.
Namespace
Drupal\social_auth_google\SettingsCode
public function getClientSecret();