Viewing File: /home/maglabs/it/lib/internal/Magento/Framework/Jwt/Jws/JwsHeaderParameterInterface.php

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

namespace Magento\Framework\Jwt\Jws;

use Magento\Framework\Jwt\HeaderParameterInterface;

/**
 * Header parameter that is applicable to JWS.
 */
interface JwsHeaderParameterInterface extends HeaderParameterInterface
{

}
Back to Directory File Manager