openid_connect_rest-8.x-1.0-rc2/src/AuthorizationMappingInterface.php
src/AuthorizationMappingInterface.php
<?php
namespace Drupal\openid_connect_rest;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface defining an authorization mapping entity type.
*
* @package Drupal\openid_connect_rest
*
* @ingroup openid_connect_rest
*/
interface AuthorizationMappingInterface extends ConfigEntityInterface {
}
