View Source VRChat.Model.UserExists (vrchat v1.11.1)
Status object representing if a queried user by username or userId exists or not. This model is primarily used by the /auth/exists
endpoint, which in turn is used during registration. Please see the documentation on that endpoint for more information on usage.
Link to this section Summary
Link to this section Types
@type t() :: %VRChat.Model.UserExists{userExists: boolean()}