PcAccountDetails
import type { PcAccountDetails } from "https://googleapis.deno.dev/v1/playintegrity:v1.ts";
Contains the account information such as the licensing status for the user in the scope.
interface PcAccountDetails {
appLicensingVerdict?:
} | "UNKNOWN"
| "LICENSED"
| "UNLICENSED"
| "UNEVALUATED";