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

GoogleFirebaseAppcheckV1ExchangeAppAttestAttestationResponse

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

Response message for the ExchangeAppAttestAttestation method.

interface GoogleFirebaseAppcheckV1ExchangeAppAttestAttestationResponse {
artifact?: Uint8Array;
}

§Properties

§

Encapsulates an App Check token.

§
artifact?: Uint8Array
[src]

An artifact that can be used in future calls to ExchangeAppAttestAssertion.