CaptchaResponseResolver
Magento\ReCaptchaCustomer\Model\AjaxLogin\CaptchaResponseResolver
What it does
This class extracts the reCAPTCHA response token from AJAX login requests.
It parses JSON request bodies to retrieve the reCAPTCHA validation token, which is then used to verify that the login attempt is from a human user rather than a bot.
Developers would use this when implementing custom AJAX-based customer login functionality that requires reCAPTCHA validation.
Public Methods
- resolve()