public function GoogleAuthSettingsInterface::getClientSecret in Open Social 8
Same name and namespace in other branches
- 8.9 modules/custom/social_auth_google/src/Settings/GoogleAuthSettingsInterface.php \Drupal\social_auth_google\Settings\GoogleAuthSettingsInterface::getClientSecret()
- 8.2 modules/custom/social_auth_google/src/Settings/GoogleAuthSettingsInterface.php \Drupal\social_auth_google\Settings\GoogleAuthSettingsInterface::getClientSecret()
- 8.3 modules/custom/social_auth_google/src/Settings/GoogleAuthSettingsInterface.php \Drupal\social_auth_google\Settings\GoogleAuthSettingsInterface::getClientSecret()
- 8.4 modules/custom/social_auth_google/src/Settings/GoogleAuthSettingsInterface.php \Drupal\social_auth_google\Settings\GoogleAuthSettingsInterface::getClientSecret()
- 8.5 modules/custom/social_auth_google/src/Settings/GoogleAuthSettingsInterface.php \Drupal\social_auth_google\Settings\GoogleAuthSettingsInterface::getClientSecret()
- 8.6 modules/custom/social_auth_google/src/Settings/GoogleAuthSettingsInterface.php \Drupal\social_auth_google\Settings\GoogleAuthSettingsInterface::getClientSecret()
- 8.7 modules/custom/social_auth_google/src/Settings/GoogleAuthSettingsInterface.php \Drupal\social_auth_google\Settings\GoogleAuthSettingsInterface::getClientSecret()
- 8.8 modules/custom/social_auth_google/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 modules/
custom/ social_auth_google/ src/ Settings/ GoogleAuthSettings.php - Gets the client secret.
File
- modules/
custom/ social_auth_google/ 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();