interface LinkedInAuthSettingsInterface in Social Auth LinkedIn 3.x
Same name and namespace in other branches
- 8.2 src/Settings/LinkedInAuthSettingsInterface.php \Drupal\social_auth_linkedin\Settings\LinkedInAuthSettingsInterface
- 8 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 |