Viewing File: /home/maglabs/it/lib/internal/Magento/Framework/Jwt/Jwe/JweHeaderParameterInterface.php

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

namespace Magento\Framework\Jwt\Jwe;

use Magento\Framework\Jwt\HeaderParameterInterface;

/**
 * Header parameter that is applicable to JWE.
 */
interface JweHeaderParameterInterface extends HeaderParameterInterface
{

}
Back to Directory File Manager