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

GoogleCloudRecaptchaenterpriseV1ChallengeMetrics

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

Metrics related to challenges.

interface GoogleCloudRecaptchaenterpriseV1ChallengeMetrics {
failedCount?: bigint;
nocaptchaCount?: bigint;
pageloadCount?: bigint;
passedCount?: bigint;
}

§Properties

§
failedCount?: bigint
[src]

Count of submitted challenge solutions that were incorrect or otherwise deemed suspicious such that a subsequent challenge was triggered.

§
nocaptchaCount?: bigint
[src]

Count of nocaptchas (successful verification without a challenge) issued.

§
pageloadCount?: bigint
[src]

Count of reCAPTCHA checkboxes or badges rendered. This is mostly equivalent to a count of pageloads for pages that include reCAPTCHA.

§
passedCount?: bigint
[src]

Count of nocaptchas (successful verification without a challenge) plus submitted challenge solutions that were correct and resulted in verification.