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

GoogleFirebaseAppcheckV1ExchangeDeviceCheckTokenRequest

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

Request message for the ExchangeDeviceCheckToken method.

interface GoogleFirebaseAppcheckV1ExchangeDeviceCheckTokenRequest {
deviceToken?: string;
limitedUse?: boolean;
}

§Properties

§
deviceToken?: string
[src]

Required. The device_token as returned by Apple's client-side DeviceCheck API. This is the base64 encoded Data (Swift) or NSData (ObjC) object.

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