public function LinkedInAuthSettingsInterface::getClientSecret in Open Social 8.3
Same name and namespace in other branches
- 8.9 modules/custom/social_auth_linkedin/src/Settings/LinkedInAuthSettingsInterface.php \Drupal\social_auth_linkedin\Settings\LinkedInAuthSettingsInterface::getClientSecret()
- 8 modules/custom/social_auth_linkedin/src/Settings/LinkedInAuthSettingsInterface.php \Drupal\social_auth_linkedin\Settings\LinkedInAuthSettingsInterface::getClientSecret()
- 8.2 modules/custom/social_auth_linkedin/src/Settings/LinkedInAuthSettingsInterface.php \Drupal\social_auth_linkedin\Settings\LinkedInAuthSettingsInterface::getClientSecret()
- 8.4 modules/custom/social_auth_linkedin/src/Settings/LinkedInAuthSettingsInterface.php \Drupal\social_auth_linkedin\Settings\LinkedInAuthSettingsInterface::getClientSecret()
- 8.5 modules/custom/social_auth_linkedin/src/Settings/LinkedInAuthSettingsInterface.php \Drupal\social_auth_linkedin\Settings\LinkedInAuthSettingsInterface::getClientSecret()
- 8.6 modules/custom/social_auth_linkedin/src/Settings/LinkedInAuthSettingsInterface.php \Drupal\social_auth_linkedin\Settings\LinkedInAuthSettingsInterface::getClientSecret()
- 8.7 modules/custom/social_auth_linkedin/src/Settings/LinkedInAuthSettingsInterface.php \Drupal\social_auth_linkedin\Settings\LinkedInAuthSettingsInterface::getClientSecret()
- 8.8 modules/custom/social_auth_linkedin/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 modules/
custom/ social_auth_linkedin/ src/ Settings/ LinkedInAuthSettings.php - Gets the client secret.
File
- modules/
custom/ social_auth_linkedin/ src/ Settings/ LinkedInAuthSettingsInterface.php, line 24
Class
- LinkedInAuthSettingsInterface
- Defines an interface for Social Auth LinkedIn settings.
Namespace
Drupal\social_auth_linkedin\SettingsCode
public function getClientSecret();