====== User class ====== The user class represents users in an instance and can be used for logging in, and keeping track of users. It is used along with [[accesstoken_class|Accesstoken]] which keeps track on valid access and [[userproperty_class|UserProperty]] which can easily store information related to a given user. The only thing special with the User class is the ''tryLogin'' function which will check for a user with the given username and password in the database, and if one exist, it will return an [[accesstoken_class|Accesstoken]] which is valid for entering the instance. See the [[Instance class]] for complete login instructions.