You are here

interface LinkedinAuthSettingsInterface in Social Auth LinkedIn 8

Same name and namespace in other branches
  1. 8.2 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