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

GoogleFirebaseAppcheckV1ExchangeDebugTokenRequest

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

Request message for the ExchangeDebugToken method.

interface GoogleFirebaseAppcheckV1ExchangeDebugTokenRequest {
debugToken?: string;
limitedUse?: boolean;
}

§Properties

§
debugToken?: string
[src]

Required. A debug token secret. This string must match a debug token secret previously created using CreateDebugToken.

§
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.