$isSetup
$isSetup : bool
Indicates whether the setup has been done or not.
Maintains the user profiles.
$isSetup : bool
Indicates whether the setup has been done or not.
$userArray : array
Holds the user data.
validateAuthCode(string $id, string $auth) : bool
Validates a given authentication code for a specific user.
string | $id | The id of the user for which the authentication code should be validated. |
string | $auth | The authentication code to be validated. |
True if the authentication code is correct, else false.