Module: Google::Cloud::RecaptchaEnterprise::V1beta1::TokenProperties::InvalidReason

Defined in:
proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb

Overview

LINT.IfChange 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
SITE_MISMATCH =

The user verification token did not match the provided site key. This may be a configuration error (e.g. development keys used in production) or end users trying to use verification tokens from other sites.

5
MISSING =

The user verification token was not present. It is a required input.

6