SecureBlackbox 2020 PHP Edition

Questions / Feedback?

IsPasswordValid Method

Validates an OTP password for a user.

Object Oriented Interface

public function doIsPasswordValid($username, $password);

Procedural Interface

secureblackbox_otpserver_do_ispasswordvalid($res, $username, $password);

Remarks

Use this method to check a one-time Password for a user specified by UserID. The known users' details need to be provided in Users list.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]