Config
Magento\ReCaptchaVersion3Invisible\Model\Config
What it does
This class provides configuration settings for Google reCAPTCHA v3 Invisible implementation in Magento 2.
It retrieves and caches settings like the website key, minimum score threshold, badge position, language code, and theme for reCAPTCHA validation.
Developers use this class to access reCAPTCHA configuration values needed for both frontend rendering and backend validation of reCAPTCHA responses.
Public Methods
- getWebsiteKey()
- getMinimumScore()
- getBadgePosition()
- getLanguageCode()
- getTheme()
- getFormTypes()
- getValidationConfig()
- _resetState()