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 reference documentation for the `UserInfo` class within the Google Cloud reCAPTCHA Enterprise v1 API, specifically detailing its implementation in .NET."],["The `UserInfo` class is used to capture and store user information associated with requests protected by reCAPTCHA Enterprise, such as for logged-in users or during account registration/login."],["The latest version of this API available is 2.17.0, but version 2.9.0 is what the reference documentation on this page pertains to, with documentation available for version ranging back to 1.2.0."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it includes properties like `AccountId`, `CreateAccountTime`, and `UserIds` to store relevant user data."],["It offers two constructors, one default and one to clone from an existing `UserInfo` object, allowing for flexible object creation."]]],[]]