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

RequestDetails

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

Contains the integrity request information.

interface RequestDetails {
nonce?: string;
requestHash?: string;
requestPackageName?: string;
timestampMillis?: bigint;
}

§Properties

§
nonce?: string
[src]

Nonce that was provided in the request (which is base64 web-safe no-wrap).

§
requestHash?: string
[src]

Request hash that was provided in the request.

§
requestPackageName?: string
[src]

Required. Application package name this attestation was requested for. Note: This field makes no guarantees or promises on the caller integrity. For details on application integrity, check application_integrity.

§
timestampMillis?: bigint
[src]

Required. Timestamp, in milliseconds, of the integrity application request.