You are here

public function LinkedinAuthSettingsInterface::getClientSecret in Social Auth LinkedIn 8

Same name and namespace in other branches
  1. 8.2 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();