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

GoogleCloudRecaptchaenterpriseV1AppleDeveloperId

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

Contains fields that are required to perform Apple-specific integrity checks.

interface GoogleCloudRecaptchaenterpriseV1AppleDeveloperId {
keyId?: string;
privateKey?: string;
teamId?: string;
}

§Properties

§
keyId?: string
[src]

Required. The Apple developer key ID (10-character string).

§
privateKey?: string
[src]

Required. Input only. A private key (downloaded as a text file with a .p8 file extension) generated for your Apple Developer account. Ensure that Apple DeviceCheck is enabled for the private key.

§
teamId?: string
[src]

Required. The Apple team ID (10-character string) owning the provisioning profile used to build your application.