social_auth_drupal-8.x-1.x-dev/src/Plugin/Network/DrupalAuthInterface.php
src/Plugin/Network/DrupalAuthInterface.php
<?php
namespace Drupal\social_auth_drupal\Plugin\Network;
use Drupal\social_api\Plugin\NetworkInterface;
/**
* Defines the Drupal Auth interface.
*/
interface DrupalAuthInterface extends NetworkInterface {}
