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

PcRequestDetails

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

Contains the integrity request information.

interface PcRequestDetails {
requestHash?: string;
requestPackageName?: string;
requestTime?: Date;
}

§Properties

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

§
requestTime?: Date
[src]

Required. Timestamp, of the integrity application request.