public function LinkedinAuthSettingsInterface::getClientId in Social Auth LinkedIn 8
Same name and namespace in other branches
- 8.2 src/Settings/LinkedInAuthSettingsInterface.php \Drupal\social_auth_linkedin\Settings\LinkedInAuthSettingsInterface::getClientId()
- 3.x src/Settings/LinkedInAuthSettingsInterface.php \Drupal\social_auth_linkedin\Settings\LinkedInAuthSettingsInterface::getClientId()
Gets the client ID.
Return value
string The client ID.
1 method overrides LinkedinAuthSettingsInterface::getClientId()
- LinkedinAuthSettings::getClientId in src/
Settings/ LinkedinAuthSettings.php - Gets the client ID.
File
- src/
Settings/ LinkedinAuthSettingsInterface.php, line 16
Class
- LinkedinAuthSettingsInterface
- Defines an interface for Social Auth Linkedin settings.
Namespace
Drupal\social_auth_linkedin\SettingsCode
public function getClientId();