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

PcDeviceIntegrity

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

Contains the device attestation information.

interface PcDeviceIntegrity {
deviceRecognitionVerdict?: "DEVICE_RECOGNITION_VERDICT_UNSPECIFIED" | "MEETS_PC_INTEGRITY"[];
}

§Properties

§
deviceRecognitionVerdict?: "DEVICE_RECOGNITION_VERDICT_UNSPECIFIED" | "MEETS_PC_INTEGRITY"[]
[src]

Details about the integrity of the device the app is running on.