You are here

LinkedInAuthInterface.php in Social Auth LinkedIn 8.2

Same filename and directory in other branches
  1. 3.x src/Plugin/Network/LinkedInAuthInterface.php

File

src/Plugin/Network/LinkedInAuthInterface.php
View source
<?php

namespace Drupal\social_auth_linkedin\Plugin\Network;

use Drupal\social_auth\Plugin\Network\NetworkInterface;

/**
 * Defines the LinkedIn Auth interface.
 */
interface LinkedInAuthInterface extends NetworkInterface {

}

Interfaces

Namesort descending Description
LinkedInAuthInterface Defines the LinkedIn Auth interface.