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

GoogleFirebaseAppcheckV1GeneratePlayIntegrityChallengeResponse

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

Response message for the GeneratePlayIntegrityChallenge method.

interface GoogleFirebaseAppcheckV1GeneratePlayIntegrityChallengeResponse {
challenge?: string;
ttl?: number;
}

§Properties

§
challenge?: string
[src]

A one-time use challenge for the client to pass to the Play Integrity API.

§
ttl?: number
[src]

The duration from the time this challenge is minted until its expiration. This field is intended to ease client-side token management, since the client may have clock skew, but is still able to accurately measure a duration.