Class: User

User()

Class representing a user.

Constructor

new User()

Source:

Methods

validatePassword(password) → {Boolean}

Validates a password.
Parameters:
Name Type Description
password String The password value.
Source:
Returns:
If the given password matches.
Type
Boolean