You are here

public function GoogleAuthSettingsInterface::getClientSecret in Open Social 8.3

Same name and namespace in other branches
  1. 8.9 modules/custom/social_auth_google/src/Settings/GoogleAuthSettingsInterface.php \Drupal\social_auth_google\Settings\GoogleAuthSettingsInterface::getClientSecret()
  2. 8 modules/custom/social_auth_google/src/Settings/GoogleAuthSettingsInterface.php \Drupal\social_auth_google\Settings\GoogleAuthSettingsInterface::getClientSecret()
  3. 8.2 modules/custom/social_auth_google/src/Settings/GoogleAuthSettingsInterface.php \Drupal\social_auth_google\Settings\GoogleAuthSettingsInterface::getClientSecret()
  4. 8.4 modules/custom/social_auth_google/src/Settings/GoogleAuthSettingsInterface.php \Drupal\social_auth_google\Settings\GoogleAuthSettingsInterface::getClientSecret()
  5. 8.5 modules/custom/social_auth_google/src/Settings/GoogleAuthSettingsInterface.php \Drupal\social_auth_google\Settings\GoogleAuthSettingsInterface::getClientSecret()
  6. 8.6 modules/custom/social_auth_google/src/Settings/GoogleAuthSettingsInterface.php \Drupal\social_auth_google\Settings\GoogleAuthSettingsInterface::getClientSecret()
  7. 8.7 modules/custom/social_auth_google/src/Settings/GoogleAuthSettingsInterface.php \Drupal\social_auth_google\Settings\GoogleAuthSettingsInterface::getClientSecret()
  8. 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\Settings

Code

public function getClientSecret();