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

GoogleFirebaseAppcheckV1RecaptchaEnterpriseConfigRiskAnalysis

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

A settings object specifying risk tolerance and requirements for your application. These settings correspond to requirements on the riskAnalysis tuple in the assessment obtained from reCAPTCHA Enterprise. The default values for these settings work for most apps, and are recommended.

interface GoogleFirebaseAppcheckV1RecaptchaEnterpriseConfigRiskAnalysis {
minValidScore?: number;
}

§Properties

§
minValidScore?: number
[src]

Specifies a minimum score required for a reCAPTCHA token to be considered valid. If its score is greater than or equal to this value, it will be accepted; otherwise, it will be rejected. The value must be between 0.0 and 1.0. The default value is 0.5.