Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class Result.
Result of the account verification as contained in the verdict token issued at the end of the verification flow.
Protobuf type google.cloud.recaptchaenterprise.v1.AccountVerificationInfo.Result
Namespace
Google \ Cloud \ RecaptchaEnterprise \ V1 \ AccountVerificationInfoMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
RESULT_UNSPECIFIED
Value: 0
No information about the latest account verification.
Generated from protobuf enum RESULT_UNSPECIFIED = 0;
SUCCESS_USER_VERIFIED
Value: 1
The user was successfully verified. This means the account verification challenge was successfully completed.
Generated from protobuf enum SUCCESS_USER_VERIFIED = 1;
ERROR_USER_NOT_VERIFIED
Value: 2
The user failed the verification challenge.
Generated from protobuf enum ERROR_USER_NOT_VERIFIED = 2;
ERROR_SITE_ONBOARDING_INCOMPLETE
Value: 3
The site is not properly onboarded to use the account verification feature.
Generated from protobuf enum ERROR_SITE_ONBOARDING_INCOMPLETE = 3;
ERROR_RECIPIENT_NOT_ALLOWED
Value: 4
The recipient is not allowed for account verification. This can occur during integration but should not occur in production.
Generated from protobuf enum ERROR_RECIPIENT_NOT_ALLOWED = 4;
ERROR_RECIPIENT_ABUSE_LIMIT_EXHAUSTED
Value: 5
The recipient has already been sent too many verification codes in a short amount of time.
Generated from protobuf enum ERROR_RECIPIENT_ABUSE_LIMIT_EXHAUSTED = 5;
ERROR_CRITICAL_INTERNAL
Value: 6
The verification flow could not be completed due to a critical internal error.
Generated from protobuf enum ERROR_CRITICAL_INTERNAL = 6;
ERROR_CUSTOMER_QUOTA_EXHAUSTED
Value: 7
The client has exceeded their two factor request quota for this period of time.
Generated from protobuf enum ERROR_CUSTOMER_QUOTA_EXHAUSTED = 7;
ERROR_VERIFICATION_BYPASSED
Value: 8
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.
Generated from protobuf enum ERROR_VERIFICATION_BYPASSED = 8;
ERROR_VERDICT_MISMATCH
Value: 9
The request parameters do not match with the token provided and cannot be processed.
Generated from protobuf enum ERROR_VERDICT_MISMATCH = 9;