mon_auth_server-1.0.x-dev/oauth2_server/src/ServerInterface.php
oauth2_server/src/ServerInterface.php
<?php
namespace Drupal\oauth2_server;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Defines the interface for server entities.
*
* @package Drupal\oauth2_server
*/
interface ServerInterface extends ConfigEntityInterface {
}
