ValidationConfigProvider
Magento\ReCaptchaVersion3Invisible\Model\Frontend\ValidationConfigProvider
What it does
This class provides validation configuration for Google reCAPTCHA v3 Invisible on the frontend.
Developers use this when implementing reCAPTCHA v3 validation, as it retrieves the private API key, score threshold (0.1-1.0), validation failure message, and remote IP address from Magento's system configuration.
The class creates a ValidationConfigInterface object containing all necessary settings for server-side reCAPTCHA verification.
Public Methods
- get()