You are here

interface LinkedInAuthSettingsInterface in Social Auth LinkedIn 8.2

Same name and namespace in other branches
  1. 8 src/Settings/LinkedinAuthSettingsInterface.php \Drupal\social_auth_linkedin\Settings\LinkedinAuthSettingsInterface
  2. 3.x src/Settings/LinkedInAuthSettingsInterface.php \Drupal\social_auth_linkedin\Settings\LinkedInAuthSettingsInterface

Defines an interface for Social Auth LinkedIn settings.

Hierarchy

Expanded class hierarchy of LinkedInAuthSettingsInterface

All classes that implement LinkedInAuthSettingsInterface

File

src/Settings/LinkedInAuthSettingsInterface.php, line 8

Namespace

Drupal\social_auth_linkedin\Settings
View 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

Namesort descending Modifiers Type Description Overrides
LinkedInAuthSettingsInterface::getClientId public function Gets the client ID. 1
LinkedInAuthSettingsInterface::getClientSecret public function Gets the client secret. 1