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

GoogleFirebaseAppcheckV1ExchangePlayIntegrityTokenRequest

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

Request message for the ExchangePlayIntegrityToken method.

interface GoogleFirebaseAppcheckV1ExchangePlayIntegrityTokenRequest {
limitedUse?: boolean;
playIntegrityToken?: 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.

§
playIntegrityToken?: string
[src]

Required. The integrity verdict response token from Play Integrity issued to your app.