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.