public function GoogleAuthSettingsInterface::getClientSecret in Social Auth Google 3.x
Same name and namespace in other branches
- 8.2 src/Settings/GoogleAuthSettingsInterface.php \Drupal\social_auth_google\Settings\GoogleAuthSettingsInterface::getClientSecret()
- 8 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();