public enum AccountVerificationInfo.Types.Result
Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API enum AccountVerificationInfo.Types.Result.
Result of the account verification as contained in the verdict token issued at the end of the verification flow.
Namespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
Google.Cloud.RecaptchaEnterprise.V1.dll
Fields | |
---|---|
Name | Description |
ErrorCriticalInternal | The verification flow could not be completed due to a critical internal error. |
ErrorCustomerQuotaExhausted | The client has exceeded their two factor request quota for this period of time. |
ErrorRecipientAbuseLimitExhausted | The recipient has already been sent too many verification codes in a short amount of time. |
ErrorRecipientNotAllowed | The recipient is not allowed for account verification. This can occur during integration but should not occur in production. |
ErrorSiteOnboardingIncomplete | The site is not properly onboarded to use the account verification feature. |
ErrorUserNotVerified | The user failed the verification challenge. |
ErrorVerdictMismatch | The request parameters do not match with the token provided and cannot be processed. |
ErrorVerificationBypassed | 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. |
SuccessUserVerified | The user was successfully verified. This means the account verification challenge was successfully completed. |
Unspecified | No information about the latest account verification. |