interface LinkedinAuthSettingsInterface in Social Auth LinkedIn 8
Same name and namespace in other branches
- 8.2 src/Settings/LinkedInAuthSettingsInterface.php \Drupal\social_auth_linkedin\Settings\LinkedInAuthSettingsInterface
- 3.x src/Settings/LinkedInAuthSettingsInterface.php \Drupal\social_auth_linkedin\Settings\LinkedInAuthSettingsInterface
Defines an interface for Social Auth Linkedin settings.
Hierarchy
- interface \Drupal\social_auth_linkedin\Settings\LinkedinAuthSettingsInterface
Expanded class hierarchy of LinkedinAuthSettingsInterface
All classes that implement LinkedinAuthSettingsInterface
File
- src/
Settings/ LinkedinAuthSettingsInterface.php, line 8
Namespace
Drupal\social_auth_linkedin\SettingsView source
interface LinkedinAuthSettingsInterface {
/**
* Gets the client ID.
*
* @return string
* The client ID.
*/
public function getClientId();
/**
* Gets the client secret.
*
* @return string
* The client secret.
*/
public function getClientSecret();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
LinkedinAuthSettingsInterface:: |
public | function | Gets the client ID. | 1 |
LinkedinAuthSettingsInterface:: |
public | function | Gets the client secret. | 1 |