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

DeviceIntegrity

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

Contains the device attestation information. Next tag: 4

interface DeviceIntegrity {
deviceRecognitionVerdict?:
| "UNKNOWN"
| "MEETS_BASIC_INTEGRITY"
| "MEETS_DEVICE_INTEGRITY"
| "MEETS_STRONG_INTEGRITY"
| "MEETS_VIRTUAL_INTEGRITY"[];
recentDeviceActivity?: RecentDeviceActivity;
}

§Properties

§
deviceRecognitionVerdict?: "UNKNOWN" | "MEETS_BASIC_INTEGRITY" | "MEETS_DEVICE_INTEGRITY" | "MEETS_STRONG_INTEGRITY" | "MEETS_VIRTUAL_INTEGRITY"[]
[src]

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

§
recentDeviceActivity?: RecentDeviceActivity
[src]

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