GoogleFirebaseAppcheckV1RecaptchaEnterpriseConfig
import type { GoogleFirebaseAppcheckV1RecaptchaEnterpriseConfig } from "https://googleapis.deno.dev/v1/firebaseappcheck:v1.ts";
An app's reCAPTCHA Enterprise configuration object. This configuration is
used by ExchangeRecaptchaEnterpriseToken to validate reCAPTCHA tokens issued
to apps by reCAPTCHA Enterprise. It also controls certain properties of the
returned AppCheckToken
, such as its ttl.
§Properties
Required. The relative resource name of the reCAPTCHA Enterprise
configuration object, in the format: projects/{project_number}/apps/{app_id}/recaptchaEnterpriseConfig
Specifies 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.
The score-based site key created in reCAPTCHA
Enterprise
used to invoke reCAPTCHA and generate the reCAPTCHA
tokens
for your application. Important: This is not the site_secret
(as it is
in reCAPTCHA v3), but rather your score-based reCAPTCHA Enterprise site
key.