Module: Google::Cloud::RecaptchaEnterprise::V1::TokenProperties::InvalidReason
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb
Overview
Enum that represents the types of invalid token reasons.
Constant Summary collapse
- INVALID_REASON_UNSPECIFIED =
Default unspecified type.
0
- UNKNOWN_INVALID_REASON =
If the failure reason was not accounted for.
1
- MALFORMED =
The provided user verification token was malformed.
2
- EXPIRED =
The user verification token had expired.
3
- DUPE =
The user verification had already been seen.
4
- MISSING =
The user verification token was not present.
5
- BROWSER_ERROR =
A retriable error (such as network failure) occurred on the browser. Could easily be simulated by an attacker.
6