recaptchaVersion property
The reCAPTCHA version of the reCAPTCHA token in the captcha_response.
Required when reCAPTCHA Enterprise is enabled.
Optional. Possible string values are:
- "RECAPTCHA_VERSION_UNSPECIFIED" : The reCAPTCHA version is not specified.
- "RECAPTCHA_ENTERPRISE" : The reCAPTCHA enterprise.
Implementation
core.String? recaptchaVersion;