docusign_signature-1.0.x-dev/src/AuthManagerInterface.php
src/AuthManagerInterface.php
<?php
declare(strict_types=1);
namespace Drupal\docusign_signature;
use Drupal\Component\Plugin\Discovery\DiscoveryInterface;
/**
* Provides an authentication manager interface.
*
* @package Drupal\docusign_signature
*/
interface AuthManagerInterface extends DiscoveryInterface {
}
