Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudRecaptchaenterpriseV1AccountVerificationInfo

import type { GoogleCloudRecaptchaenterpriseV1AccountVerificationInfo } from "https://googleapis.deno.dev/v1/recaptchaenterprise:v1.ts";

Information about account verification, used for identity verification.

interface GoogleCloudRecaptchaenterpriseV1AccountVerificationInfo {
languageCode?: string;
readonly latestVerificationResult?:
| "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";
username?: string;
}

§Properties

§

Optional. Endpoints that can be used for identity verification.

§
languageCode?: string
[src]

Optional. Language code preference for the verification message, set as a IETF BCP 47 language code.

§
readonly latestVerificationResult?: "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"
[src]

Output only. Result of the latest account verification challenge.

§
username?: string
[src]

Username of the account that is being verified. Deprecated. Customers should now provide the account_id field in event.user_info.