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

DecodeIntegrityTokenRequest

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

Request to decode the integrity token.

interface DecodeIntegrityTokenRequest {
integrityToken?: string;
}

§Properties

§
integrityToken?: string
[src]

Encoded integrity token.