ValidatePassword Method
Validates a HMAC-Based One Time Password.
Object Oriented Interface
public function doValidatePassword();
Procedural Interface
ipworksauth_hotp_do_validatepassword($res);
Remarks
This method validates a HMAC-Based One Time Password.
The following properties are applicable when calling ValidatePassword.
The method will return True if the password is validated, False otherwise.