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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["This document provides reference information for the `UserInfo` class within the Google Cloud reCAPTCHA Enterprise v1 API, specifically for version 2.15.0."],["`UserInfo` is used to store data associated with a user request that is protected by reCAPTCHA Enterprise, which is associated with the various versions available, from 1.2.0 to 2.17.0, with 2.17.0 being the latest version available."],["The `UserInfo` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and includes properties like `AccountId`, `CreateAccountTime`, and `UserIds`."],["Constructors are provided for creating `UserInfo` objects, including a default constructor and one that takes another `UserInfo` object as a parameter for copying."],["The document outlines optional fields `AccountId` (a unique identifier) and `CreateAccountTime` (the account creation time), which are particularly helpful for logged-in or registration actions."]]],[]]