Constructor
new User(username, password, email, os)
Parameters:
Name | Type | Description |
---|---|---|
username |
string | name of the user |
password |
string | password of the user hashed |
email |
string | mail of the user |
os |
string | operating system of the user |
- Source: