GoogleCloudRecaptchaenterpriseV1Event class

The event being assessed.

Constructors

GoogleCloudRecaptchaenterpriseV1Event({String? expectedAction, bool? express, bool? firewallPolicyEvaluation, String? hashedAccountId, List<String>? headers, String? ja3, String? requestedUri, String? siteKey, String? token, GoogleCloudRecaptchaenterpriseV1TransactionData? transactionData, String? userAgent, GoogleCloudRecaptchaenterpriseV1UserInfo? userInfo, String? userIpAddress, bool? wafTokenAssessment})
GoogleCloudRecaptchaenterpriseV1Event.fromJson(Map json_)

Properties

expectedAction String?
The expected action for this type of event.
getter/setter pair
express bool?
Flag for a reCAPTCHA express request for an assessment without a token.
getter/setter pair
firewallPolicyEvaluation bool?
Flag for enabling firewall policy config assessment.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hashedAccountId String?
Deprecated: use user_info.account_id instead.
getter/setter pair
hashedAccountIdAsBytes List<int>
getter/setter pair
headers List<String>?
HTTP header information about the request.
getter/setter pair
ja3 String?
JA3 fingerprint for SSL clients.
getter/setter pair
requestedUri String?
The URI resource the user requested that triggered an assessment.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
siteKey String?
The site key that was used to invoke reCAPTCHA Enterprise on your site and generate the token.
getter/setter pair
token String?
The user response token provided by the reCAPTCHA Enterprise client-side integration on your site.
getter/setter pair
transactionData GoogleCloudRecaptchaenterpriseV1TransactionData?
Data describing a payment transaction to be assessed.
getter/setter pair
userAgent String?
The user agent present in the request from the user's device related to this event.
getter/setter pair
userInfo GoogleCloudRecaptchaenterpriseV1UserInfo?
Information about the user that generates this event, when they can be identified.
getter/setter pair
userIpAddress String?
The IP address in the request from the user's device related to this event.
getter/setter pair
wafTokenAssessment bool?
Flag for running WAF token assessment.
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