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;
/**
* Validates payload of CardinalCommerce response JWT.
*
* @api
*/
interface JwtPayloadValidatorInterface
{
/**
* Validates token payload.
*
* @param array $jwtPayload
* @return bool
*/
public function validate(array $jwtPayload);
}
?>
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;
/**
* Validates payload of CardinalCommerce response JWT.
*
* @api
*/
interface JwtPayloadValidatorInterface
{
/**
* Validates token payload.
*
* @param array $jwtPayload
* @return bool
*/
public function validate(array $jwtPayload);
}
Function Calls
| None |
Stats
| MD5 | e68a4c0f731e9f2aba90f2d0c62f87a3 |
| Eval Count | 0 |
| Decode Time | 100 ms |