Reference documentation and code samples for the reCAPTCHA Enterprise V1beta1 API module Google::Cloud::RecaptchaEnterprise::V1beta1::TokenProperties::InvalidReason.
Enum that represents the types of invalid token reasons.
Constants
INVALID_REASON_UNSPECIFIED
value: 0
Default unspecified type.
UNKNOWN_INVALID_REASON
value: 1
If the failure reason was not accounted for.
MALFORMED
value: 2
The provided user verification token was malformed.
EXPIRED
value: 3
The user verification token had expired.
DUPE
value: 4
The user verification had already been seen.
SITE_MISMATCH
value: 5
The user verification token did not match the provided site key.
This may be a configuration error (for example, development keys used in
production) or end users trying to use verification tokens from other
sites.
MISSING
value: 6
The user verification token was not present. It is a required input.
BROWSER_ERROR
value: 7
A retriable error (such as network failure) occurred on the browser.
Could easily be simulated by an attacker.