GoogleCloudRecaptchaenterpriseV1WebKeySettings class
Settings specific to keys that can be used by websites.
Constructors
-
GoogleCloudRecaptchaenterpriseV1WebKeySettings({bool? allowAllDomains, bool? allowAmpTraffic, List<
String> ? allowedDomains, String? challengeSecurityPreference, String? integrationType}) - GoogleCloudRecaptchaenterpriseV1WebKeySettings.fromJson(Map json_)
Properties
- allowAllDomains ↔ bool?
-
If set to true, it means allowed_domains will not be enforced.
getter/setter pair
- allowAmpTraffic ↔ bool?
-
If set to true, the key can be used on AMP (Accelerated Mobile Pages)
websites.
getter/setter pair
-
allowedDomains
↔ List<
String> ? -
Domains or subdomains of websites allowed to use the key.
getter/setter pair
- challengeSecurityPreference ↔ String?
-
Settings for the frequency and difficulty at which this key triggers
captcha challenges.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- integrationType ↔ String?
-
Describes how this key is integrated with the website.
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