GoogleFirebaseAppcheckV1PlayIntegrityConfigAccountDetails class
A settings object specifying account requirements for Android devices running your app.
These settings correspond to requirements on the [account details field](https://developer.android.com/google/play/integrity/verdicts#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.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- requireLicensed ↔ bool?
-
Specifies whether the caller must have received the [
LICENSED
verdict](https://developer.android.com/google/play/integrity/verdicts#account-details-field).getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited