ServerInterface.php in OAuth2 Server 8
Same filename and directory in other branches
Namespace
Drupal\oauth2_serverFile
src/ServerInterface.phpView 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
Name | Description |
---|---|
ServerInterface | Defines the interface for server entities. |