You are here

ServerInterface.php in OAuth2 Server 2.0.x

Same filename and directory in other branches
  1. 8 src/ServerInterface.php

File

src/ServerInterface.php
View source
<?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 {

}

Interfaces

Namesort descending Description
ServerInterface Defines the interface for server entities.