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

DecodeIntegrityTokenResponse

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

Response containing the decoded integrity payload.

interface DecodeIntegrityTokenResponse {
tokenPayloadExternal?: TokenPayloadExternal;
}

§Properties

§
tokenPayloadExternal?: TokenPayloadExternal
[src]

Plain token payload generated from the decoded integrity token.