Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php /** * Copyright Magento, Inc. All rights reserved. * See COPYING.txt for license ..
Decoded Output download
<?php
/**
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);
namespace Magento\CardinalCommerce\Model\Response;
/**
* Parses content of CardinalCommerce response JWT.
*
* @api
*/
interface JwtParserInterface
{
/**
* Returns response JWT content.
*
* @param string $jwt
* @return array
*/
public function execute(string $jwt): array;
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);
namespace Magento\CardinalCommerce\Model\Response;
/**
* Parses content of CardinalCommerce response JWT.
*
* @api
*/
interface JwtParserInterface
{
/**
* Returns response JWT content.
*
* @param string $jwt
* @return array
*/
public function execute(string $jwt): array;
}
Function Calls
| None |
Stats
| MD5 | 565efcd14772261b5b4daafe1669f850 |
| Eval Count | 0 |
| Decode Time | 85 ms |