Google Cloud reCAPTCHA Enterprise v1 API - Class UserInfo (2.12.0)

public sealed class UserInfo : IMessage<UserInfo>, IEquatable<UserInfo>, IDeepCloneable<UserInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class UserInfo.

User information associated with a request protected by reCAPTCHA Enterprise.

Inheritance

object > UserInfo

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

UserInfo()

public UserInfo()

UserInfo(UserInfo)

public UserInfo(UserInfo other)
Parameter
NameDescription
otherUserInfo

Properties

AccountId

public string AccountId { get; set; }

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.

Property Value
TypeDescription
string

CreateAccountTime

public Timestamp CreateAccountTime { get; set; }

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.

Property Value
TypeDescription
Timestamp

UserIds

public RepeatedField<UserId> UserIds { get; }

Optional. Identifiers associated with this user or request.

Property Value
TypeDescription
RepeatedFieldUserId