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;
}