GoogleFirebaseAppcheckV1PlayIntegrityConfigAccountDetails
import type { GoogleFirebaseAppcheckV1PlayIntegrityConfigAccountDetails } from "https://googleapis.deno.dev/v1/firebaseappcheck:v1.ts";
A settings object specifying account requirements for Android devices running your app. These settings correspond to requirements on the account details field obtained from the Play Integrity API. See the default responses table for a quick summary. The default values for these settings work for most apps, and are recommended.
interface GoogleFirebaseAppcheckV1PlayIntegrityConfigAccountDetails {
requireLicensed?: boolean;
}§Properties
§
requireLicensed?: boolean
[src]Specifies whether the caller must have received the LICENSED
verdict.
For additional details about scenarios where your users will receive this
LICENSED
label, see the default responses
table.
If set to true
, apps without the LICENSED
app licensing verdict will be
rejected. If set to false
, any app licensing verdict is allowed. The
default value is false
.