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"[];
}