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

GoogleFirebaseAppcheckV1GenerateAppAttestChallengeResponse

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

Response message for the GenerateAppAttestChallenge method.

interface GoogleFirebaseAppcheckV1GenerateAppAttestChallengeResponse {
challenge?: Uint8Array;
ttl?: number;
}

§Properties

§
challenge?: Uint8Array
[src]

A one-time use challenge for the client to pass to the App Attest 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.