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

AccountDetails

import type { AccountDetails } 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 AccountDetails {
accountActivity?: AccountActivity;
appLicensingVerdict?:
| "UNKNOWN"
| "LICENSED"
| "UNLICENSED"
| "UNEVALUATED";
}

§Properties

§
accountActivity?: AccountActivity
[src]

(Restricted Access) Details about the account activity for the user in the scope.

§
appLicensingVerdict?: "UNKNOWN" | "LICENSED" | "UNLICENSED" | "UNEVALUATED"
[src]

Required. Details about the licensing status of the user for the app in the scope.