GoogleCloudRecaptchaenterpriseV1AndroidKeySettings class

Settings specific to keys that can be used by Android apps.

Constructors

GoogleCloudRecaptchaenterpriseV1AndroidKeySettings({bool? allowAllPackageNames, List<String>? allowedPackageNames, bool? supportNonGoogleAppStoreDistribution})
GoogleCloudRecaptchaenterpriseV1AndroidKeySettings.fromJson(Map json_)

Properties

allowAllPackageNames bool?
If set to true, allowed_package_names are not enforced.
getter/setter pair
allowedPackageNames List<String>?
Android package names of apps allowed to use the key.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportNonGoogleAppStoreDistribution bool?
Set to true for keys that are used in an Android application that is available for download in app stores in addition to the Google Play Store.
getter/setter pair

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