You are here

public function GoogleAuthSettingsInterface::getClientSecret in Social Auth Google 8

Same name and namespace in other branches
  1. 8.2 src/Settings/GoogleAuthSettingsInterface.php \Drupal\social_auth_google\Settings\GoogleAuthSettingsInterface::getClientSecret()
  2. 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\Settings

Code

public function getClientSecret();