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

GoogleFirebaseAppcheckV1ExchangeRecaptchaV3TokenRequest

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

Request message for the ExchangeRecaptchaV3Token method.

interface GoogleFirebaseAppcheckV1ExchangeRecaptchaV3TokenRequest {
limitedUse?: boolean;
recaptchaV3Token?: string;
}

§Properties

§
limitedUse?: boolean
[src]

Specifies whether this attestation is for use in a limited use (true) or session based (false) context. To enable this attestation to be used with the replay protection feature, set this to true. The default value is false.

§
recaptchaV3Token?: string
[src]

Required. The reCAPTCHA token as returned by the reCAPTCHA v3 JavaScript API.