RecaptchaResult
Type storing the status of Recaptcha verification, along with the underlying Recaptcha response.
type RecaptchaResult {
recaptchaData: JSON
status: RecaptchaStatus!
}
Fields
RecaptchaResult.recaptchaData ● JSON scalar
The Recaptcha response data, for historical reference.
RecaptchaResult.status ● RecaptchaStatus! non-null enum
The status of Recaptcha verification.
Member of
RegistrationState object