Module: Google::Cloud::RecaptchaEnterprise::V1::AccountVerificationInfo::Result

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

Overview

Result of the account verification as contained in the verdict token issued at the end of the verification flow.

Constant Summary collapse

RESULT_UNSPECIFIED =

No information about the latest account verification.

0
SUCCESS_USER_VERIFIED =

The user was successfully verified. This means the account verification challenge was successfully completed.

1
ERROR_USER_NOT_VERIFIED =

The user failed the verification challenge.

2
ERROR_SITE_ONBOARDING_INCOMPLETE =

The site is not properly onboarded to use the account verification feature.

3
ERROR_RECIPIENT_NOT_ALLOWED =

The recipient is not allowed for account verification. This can occur during integration but should not occur in production.

4
ERROR_RECIPIENT_ABUSE_LIMIT_EXHAUSTED =

The recipient has already been sent too many verification codes in a short amount of time.

5
ERROR_CRITICAL_INTERNAL =

The verification flow could not be completed due to a critical internal error.

6
ERROR_CUSTOMER_QUOTA_EXHAUSTED =

The client has exceeded their two factor request quota for this period of time.

7
ERROR_VERIFICATION_BYPASSED =

The request cannot be processed at the time because of an incident. This bypass can be restricted to a problematic destination email domain, a customer, or could affect the entire service.

8
ERROR_VERDICT_MISMATCH =

The request parameters do not match with the token provided and cannot be processed.

9