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

GoogleCloudRecaptchaenterpriseV1TestingOptions

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

Options for user acceptance testing.

interface GoogleCloudRecaptchaenterpriseV1TestingOptions {
testingChallenge?: "TESTING_CHALLENGE_UNSPECIFIED" | "NOCAPTCHA" | "UNSOLVABLE_CHALLENGE";
testingScore?: number;
}

§Properties

§
testingChallenge?: "TESTING_CHALLENGE_UNSPECIFIED" | "NOCAPTCHA" | "UNSOLVABLE_CHALLENGE"
[src]

Optional. For challenge-based keys only (CHECKBOX, INVISIBLE), all challenge requests for this site will return nocaptcha if NOCAPTCHA, or an unsolvable challenge if CHALLENGE.

§
testingScore?: number
[src]

Optional. All assessments for this Key will return this score. Must be between 0 (likely not legitimate) and 1 (likely legitimate) inclusive.