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'

§

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