Class UserInfo (1.20.0)

UserInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

User information associated with a request protected by reCAPTCHA Enterprise.

Attributes

NameDescription
create_account_time google.protobuf.timestamp_pb2.Timestamp
Optional. Creation time for this account associated with this user. Leave blank for non logged-in actions, guest checkout, or when there is no account associated with the current user.
account_id str
Optional. For logged-in requests or login/registration requests, the unique account identifier associated with this user. You can use the username if it is stable (meaning it is the same for every request associated with the same user), or any stable user ID of your choice. Leave blank for non logged-in actions or guest checkout.
user_ids MutableSequence[google.cloud.recaptchaenterprise_v1.types.UserId]
Optional. Identifiers associated with this user or request.