AccountVerificationInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Information about account verification, used for identity verification.
Attributes
Name | Description |
endpoints |
MutableSequence[google.cloud.recaptchaenterprise_v1.types.EndpointVerificationInfo]
Endpoints that can be used for identity verification. |
language_code |
str
Language code preference for the verification message, set as a IETF BCP 47 language code. |
latest_verification_result |
google.cloud.recaptchaenterprise_v1.types.AccountVerificationInfo.Result
Output only. Result of the latest account verification challenge. |
username |
str
Username of the account that is being verified. Deprecated. Customers should now provide the hashed account ID field in Event. |
Classes
Result
Result(value)
Result of the account verification as contained in the verdict token issued at the end of the verification flow.