You are here

public function GoogleAuthSettingsInterface::getClientId 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::getClientId()
  2. 3.x src/Settings/GoogleAuthSettingsInterface.php \Drupal\social_auth_google\Settings\GoogleAuthSettingsInterface::getClientId()

Gets the client ID.

Return value

string The client ID.

1 method overrides GoogleAuthSettingsInterface::getClientId()
GoogleAuthSettings::getClientId in src/Settings/GoogleAuthSettings.php
Gets the client ID.

File

src/Settings/GoogleAuthSettingsInterface.php, line 16

Class

GoogleAuthSettingsInterface
Defines an interface for Social Auth Google settings.

Namespace

Drupal\social_auth_google\Settings

Code

public function getClientId();