Interface
JwtPayloadValidatorInterface
Magento\CardinalCommerce\Model\Response\JwtPayloadValidatorInterface
What it does
This interface defines a contract for validating JWT (JSON Web Token) payload data received from CardinalCommerce, a 3D Secure payment authentication service.
Developers implement this interface to create custom validators that verify the integrity and validity of authentication response data from CardinalCommerce before processing payment transactions.
Public Methods
- validate()