Result 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 type google.cloud.recaptchaenterprise.v1.AccountVerificationInfo.Result
| Constants |
| public Google The verification flow could not be completed due to a critical internal error. Generated from protobuf enum ERROR_CRITICAL_INTERNAL = 6; |
| public Google The client has exceeded their two factor request quota for this period of time. Generated from protobuf enum ERROR_CUSTOMER_QUOTA_EXHAUSTED = 7; |
| public Google 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; |
| public Google 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; |
| public Google The site is not properly onboarded to use the account verification feature. Generated from protobuf enum ERROR_SITE_ONBOARDING_INCOMPLETE = 3; |
| public Google The user failed the verification challenge. Generated from protobuf enum ERROR_USER_NOT_VERIFIED = 2; |
| public Google The request parameters do not match with the token provided and cannot be processed. Generated from protobuf enum ERROR_VERDICT_MISMATCH = 9; |
| public Google 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; |
| public Google No information about the latest account verification. Generated from protobuf enum RESULT_UNSPECIFIED = 0; |
| public Google The user was successfully verified. This means the account verification challenge was successfully completed. Generated from protobuf enum SUCCESS_USER_VERIFIED = 1; |
| Methods |
| public static name( $value) |
| public static value( $name) |
| Properties |
| private static $valueToName = ['RESULT_UNSPECIFIED', 'SUCCESS_USER_VERIFIED', 'ERROR_USER_NOT_VERIFIED', 'ERROR_SITE_ONBOARDING_INCOMPLETE', 'ERROR_RECIPIENT_NOT_ALLOWED', 'ERROR_RECIPIENT_ABUSE_LIMIT_EXHAUSTED', 'ERROR_CRITICAL_INTERNAL', 'ERROR_CUSTOMER_QUOTA_EXHAUSTED', 'ERROR_VERIFICATION_BYPASSED', 'ERROR_VERDICT_MISMATCH'] |
| Properties |
| private static $valueToName = ['RESULT_UNSPECIFIED', 'SUCCESS_USER_VERIFIED', 'ERROR_USER_NOT_VERIFIED', 'ERROR_SITE_ONBOARDING_INCOMPLETE', 'ERROR_RECIPIENT_NOT_ALLOWED', 'ERROR_RECIPIENT_ABUSE_LIMIT_EXHAUSTED', 'ERROR_CRITICAL_INTERNAL', 'ERROR_CUSTOMER_QUOTA_EXHAUSTED', 'ERROR_VERIFICATION_BYPASSED', 'ERROR_VERDICT_MISMATCH'] |
| Methods |
| public static name( $value) |
| public static value( $name) |