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.
Namespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
Google.Cloud.RecaptchaEnterprise.V1.dll
Constructors
UserInfo()
public UserInfo()
UserInfo(UserInfo)
public UserInfo(UserInfo other)
Parameter | |
---|---|
Name | Description |
other |
UserInfo |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Timestamp |
UserIds
public RepeatedField<UserId> UserIds { get; }
Optional. Identifiers associated with this user or request.
Property Value | |
---|---|
Type | Description |
RepeatedFieldUserId |