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

DecodePcIntegrityTokenRequest

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

Request to decode the PC integrity token.

interface DecodePcIntegrityTokenRequest {
integrityToken?: string;
}

§Properties

§
integrityToken?: string
[src]

Encoded integrity token.