GoogleCloudRecaptchaenterpriseV1AccountVerificationInfo class
Information about account verification, used for identity verification.
Constructors
-
GoogleCloudRecaptchaenterpriseV1AccountVerificationInfo({List<
GoogleCloudRecaptchaenterpriseV1EndpointVerificationInfo> ? endpoints, String? languageCode, String? latestVerificationResult, String? username}) - GoogleCloudRecaptchaenterpriseV1AccountVerificationInfo.fromJson(Map json_)
Properties
-
endpoints
↔ List<
GoogleCloudRecaptchaenterpriseV1EndpointVerificationInfo> ? -
Endpoints that can be used for identity verification.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- languageCode ↔ String?
-
Language code preference for the verification message, set as a IETF BCP
47 language code.
getter/setter pair
- latestVerificationResult ↔ String?
-
Result of the latest account verification challenge.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- username ↔ String?
-
Username of the account that is being verified.
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