social_auth_esia-8.x-1.0-rc2/src/Plugin/Network/EsiaAuthInterface.php
src/Plugin/Network/EsiaAuthInterface.php
<?php
namespace Drupal\social_auth_esia\Plugin\Network;
use Drupal\social_api\Plugin\NetworkInterface;
/**
* Defines the ESIA Auth interface.
*/
interface EsiaAuthInterface extends NetworkInterface {}
