- 3.80.0 (latest)
- 3.79.0
- 3.77.0
- 3.75.0
- 3.73.0
- 3.72.0
- 3.71.0
- 3.70.0
- 3.69.0
- 3.67.0
- 3.65.0
- 3.64.0
- 3.61.0
- 3.60.0
- 3.59.0
- 3.57.0
- 3.56.0
- 3.55.0
- 3.54.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.12
- 2.6.1
- 2.5.0
- 2.4.10
- 2.3.1
public enum AccountVerificationInfo.Result extends Enum<AccountVerificationInfo.Result> implements ProtocolMessageEnumResult of the account verification as contained in the verdict token issued at the end of the verification flow. Ensure that applications can handle values not explicitly listed.
Protobuf enum google.cloud.recaptchaenterprise.v1.AccountVerificationInfo.Result
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ERROR_CRITICAL_INTERNAL |
The verification flow could not be completed due to a critical internal error. |
ERROR_CRITICAL_INTERNAL_VALUE |
The verification flow could not be completed due to a critical internal error. |
ERROR_CUSTOMER_QUOTA_EXHAUSTED |
The client has exceeded their two factor request quota for this period of time. |
ERROR_CUSTOMER_QUOTA_EXHAUSTED_VALUE |
The client has exceeded their two factor request quota for this period of time. |
ERROR_RECIPIENT_ABUSE_LIMIT_EXHAUSTED |
The recipient has already been sent too many verification codes in a short amount of time. |
ERROR_RECIPIENT_ABUSE_LIMIT_EXHAUSTED_VALUE |
The recipient has already been sent too many verification codes in a short amount of time. |
ERROR_RECIPIENT_NOT_ALLOWED |
The recipient is not allowed for account verification. This can occur during integration but should not occur in production. |
ERROR_RECIPIENT_NOT_ALLOWED_VALUE |
The recipient is not allowed for account verification. This can occur during integration but should not occur in production. |
ERROR_SITE_ONBOARDING_INCOMPLETE |
The site is not properly onboarded to use the account verification feature. |
ERROR_SITE_ONBOARDING_INCOMPLETE_VALUE |
The site is not properly onboarded to use the account verification feature. |
ERROR_USER_NOT_VERIFIED |
The user failed the verification challenge. |
ERROR_USER_NOT_VERIFIED_VALUE |
The user failed the verification challenge. |
ERROR_VERDICT_MISMATCH |
The request parameters do not match with the token provided and cannot be processed. |
ERROR_VERDICT_MISMATCH_VALUE |
The request parameters do not match with the token provided and cannot be processed. |
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. |
ERROR_VERIFICATION_BYPASSED_VALUE |
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. |
RESULT_UNSPECIFIED |
No information about the latest account verification. |
RESULT_UNSPECIFIED_VALUE |
No information about the latest account verification. |
SUCCESS_USER_VERIFIED |
The user was successfully verified. This means the account verification challenge was successfully completed. |
SUCCESS_USER_VERIFIED_VALUE |
The user was successfully verified. This means the account verification challenge was successfully completed. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|