You are here

public function LinkedInAuthSettingsInterface::getClientSecret in Social Auth LinkedIn 8.2

Same name and namespace in other branches
  1. 8 src/Settings/LinkedinAuthSettingsInterface.php \Drupal\social_auth_linkedin\Settings\LinkedinAuthSettingsInterface::getClientSecret()
  2. 3.x src/Settings/LinkedInAuthSettingsInterface.php \Drupal\social_auth_linkedin\Settings\LinkedInAuthSettingsInterface::getClientSecret()

Gets the client secret.

Return value

string The client secret.

1 method overrides LinkedInAuthSettingsInterface::getClientSecret()
LinkedInAuthSettings::getClientSecret in src/Settings/LinkedInAuthSettings.php
Gets the client secret.

File

src/Settings/LinkedInAuthSettingsInterface.php, line 24

Class

LinkedInAuthSettingsInterface
Defines an interface for Social Auth LinkedIn settings.

Namespace

Drupal\social_auth_linkedin\Settings

Code

public function getClientSecret();