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 webpage provides documentation for the `UserInfo` class within the Google Cloud reCAPTCHA Enterprise v1 API for .NET, with the latest version being 2.17.0 and the current version's information at 2.16.0."],["The `UserInfo` class is used to represent user details in requests protected by reCAPTCHA Enterprise, including the user's account ID, account creation time, and associated user identifiers."],["It implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class, providing methods like `GetHashCode`, `GetType`, and `ToString`."],["The `UserInfo` class offers properties such as `AccountId` (a user's unique identifier), `CreateAccountTime` (the account creation time), and `UserIds` (a collection of identifiers linked to the user)."],["Multiple versions of the `UserInfo` class documentation are available, ranging from version 1.2.0 to the latest version 2.17.0."]]],[]]