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

GoogleFirebaseAppcheckV1ExchangeCustomTokenRequest

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

Request message for the ExchangeCustomToken method.

interface GoogleFirebaseAppcheckV1ExchangeCustomTokenRequest {
customToken?: string;
limitedUse?: boolean;
}

§Properties

§
customToken?: string
[src]

Required. A custom token signed using your project's Admin SDK service account credentials.

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