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

GoogleFirebaseAppcheckV1ExchangeAppAttestAssertionRequest

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

Request message for the ExchangeAppAttestAssertion method.

interface GoogleFirebaseAppcheckV1ExchangeAppAttestAssertionRequest {
artifact?: Uint8Array;
assertion?: Uint8Array;
challenge?: Uint8Array;
limitedUse?: boolean;
}

§Properties

§
artifact?: Uint8Array
[src]

Required. The artifact returned by a previous call to ExchangeAppAttestAttestation.

§
assertion?: Uint8Array
[src]

Required. The CBOR-encoded assertion returned by the client-side App Attest API.

§
challenge?: Uint8Array
[src]

Required. A one-time challenge returned by an immediately prior call to GenerateAppAttestChallenge.

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