Config
Magento\ReCaptchaVersion2Invisible\Model\Config
What it does
This class provides configuration settings for Google reCAPTCHA v2 Invisible integration in Magento 2.
Developers use it to retrieve API keys, badge position, theme, and language settings needed to render and validate invisible reCAPTCHA challenges.
It implements both ReCaptchaConfigInterface for API integrations and ResetAfterRequestInterface to clear cached configuration between requests.
Public Methods
- getWebsiteKey()
- getMinimumScore()
- getBadgePosition()
- getTheme()
- getLanguageCode()
- _resetState()