GoogleFirebaseAppcheckV1RecaptchaV3Config
import type { GoogleFirebaseAppcheckV1RecaptchaV3Config } from "https://googleapis.deno.dev/v1/firebaseappcheck:v1.ts";An app's reCAPTCHA v3 configuration object. This configuration is used by
ExchangeRecaptchaV3Token to validate reCAPTCHA tokens issued to apps by
reCAPTCHA v3. It also controls certain properties of the returned
AppCheckToken, such as its ttl.
§Properties
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.
Required. The relative resource name of the reCAPTCHA v3 configuration
object, in the format: projects/{project_number}/apps/{app_id}/recaptchaV3Config
Required. Input only. The site secret used to identify your service for reCAPTCHA v3 verification. For security reasons, this field will never be populated in any response.