User

struct User {
string userName;
string email;
string passwordHash;
}