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

DecodePcIntegrityTokenResponse

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

Response containing the decoded PC integrity payload.

interface DecodePcIntegrityTokenResponse {
tokenPayloadExternal?: PcTokenPayloadExternal;
}

§Properties

§
tokenPayloadExternal?: PcTokenPayloadExternal
[src]

Plain token payload generated from the decoded integrity token.