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]
Optional. Endpoints that can be used for identity verification. |
language_code |
str
Optional. 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 account_id field in
event.user_info .
|
Classes
Result
Result(value)
Result of the account verification as contained in the verdict token issued at the end of the verification flow.