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

GoogleCloudRecaptchaenterpriseV1IOSKeySettings

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

Settings specific to keys that can be used by iOS apps.

interface GoogleCloudRecaptchaenterpriseV1IOSKeySettings {
allowAllBundleIds?: boolean;
allowedBundleIds?: string[];
}

§Properties

§
allowAllBundleIds?: boolean
[src]

Optional. If set to true, allowed_bundle_ids are not enforced.

§
allowedBundleIds?: string[]
[src]

Optional. iOS bundle IDs of apps allowed to use the key. Example: 'com.companyname.productname.appname' Each key supports a maximum of 250 bundle IDs. To use a key on more apps, set allow_all_bundle_ids to true. When this is set, you are responsible for validating the bundle id by checking the token_properties.ios_bundle_id field in each assessment response against your list of allowed bundle IDs.

§

Optional. Apple Developer account details for the app that is protected by the reCAPTCHA Key. reCAPTCHA leverages platform-specific checks like Apple App Attest and Apple DeviceCheck to protect your app from abuse. Providing these fields allows reCAPTCHA to get a better assessment of the integrity of your app.