CaptchaConfigPostProcessorInterface
Magento\Captcha\Api\CaptchaConfigPostProcessorInterface
What it does
This interface defines a contract for post-processing CAPTCHA configuration data before it's sent to the client-side.
Developers implement this interface to modify or filter CAPTCHA settings that will be used in frontend forms, allowing customization of how CAPTCHA behaves in the browser.
Use this when you need to transform or enhance CAPTCHA configuration based on specific business requirements.
Public Methods
- process()