oauth2_server-2.0.x-dev/src/ServerInterface.php
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 {
}
