GoogleCloudRecaptchaenterpriseV1TokenProperties class

Properties of the provided event token.

Constructors

GoogleCloudRecaptchaenterpriseV1TokenProperties({String? action, String? androidPackageName, String? createTime, String? hostname, String? invalidReason, String? iosBundleId, bool? valid})
GoogleCloudRecaptchaenterpriseV1TokenProperties.fromJson(Map json_)

Properties

action String?
Action name provided at token generation.
getter/setter pair
androidPackageName String?
The name of the Android package with which the token was generated (Android keys only).
getter/setter pair
createTime String?
The timestamp corresponding to the generation of the token.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hostname String?
The hostname of the page on which the token was generated (Web keys only).
getter/setter pair
invalidReason String?
Reason associated with the response when valid = false.
getter/setter pair
iosBundleId String?
The ID of the iOS bundle with which the token was generated (iOS keys only).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
valid bool?
Whether the provided user response token is valid.
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