static account create(string account, string email, function func=null,...)
create an account.
static account forgotPassword(string account, string email)
generates a new password for the given account.
static bool isVerified()
determine if the user has logged in.
static account updatePassword(string account, string oldPassword, string newPassword)
updates the password of the given account.
static account getEmail(string account="")
gets the email of an account.
static account login(string account, string password, function func=null,...)
log into an account using a password.
the user (client) account.
Definition: account.h:7