User information associated with a request protected by reCAPTCHA Enterprise.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.UserInfo
Methods |
public __construct( $data = NULL) Constructor.
|
public clearCreateAccountTime() |
public getAccountId() 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. Generated from protobuf field string account_id = 2 [(.google.api.field_behavior) = OPTIONAL];
|
public getCreateAccountTime() 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. Generated from protobuf field .google.protobuf.Timestamp create_account_time = 1 [(.google.api.field_behavior) = OPTIONAL];
|
public getUserIds() Optional. Identifiers associated with this user or request. Generated from protobuf field repeated .google.cloud.recaptchaenterprise.v1.UserId user_ids = 3 [(.google.api.field_behavior) = OPTIONAL];
|
public hasCreateAccountTime() |
public setAccountId( $var) 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. Generated from protobuf field string account_id = 2 [(.google.api.field_behavior) = OPTIONAL];
|
public setCreateAccountTime( $var) 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. Generated from protobuf field .google.protobuf.Timestamp create_account_time = 1 [(.google.api.field_behavior) = OPTIONAL];
|
public setUserIds( $var) Optional. Identifiers associated with this user or request. Generated from protobuf field repeated .google.cloud.recaptchaenterprise.v1.UserId user_ids = 3 [(.google.api.field_behavior) = OPTIONAL];
|
Properties |
protected $account_id = '' 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. Generated from protobuf field string account_id = 2 [(.google.api.field_behavior) = OPTIONAL]; |
protected $create_account_time = NULL 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. Generated from protobuf field .google.protobuf.Timestamp create_account_time = 1 [(.google.api.field_behavior) = OPTIONAL]; |
Methods |
Properties |
private $user_ids = NULL Optional. Identifiers associated with this user or request. Generated from protobuf field repeated .google.cloud.recaptchaenterprise.v1.UserId user_ids = 3 [(.google.api.field_behavior) = OPTIONAL]; |