Discuss this help topic in SecureBlackbox Forum
Checks one-time password validity.
Declaration
Parameters
- UserId - contains user's ID.
- Password - the one-time password provided by the user.
- Time - specifies the time (in UTC) when the user is trying to authenticate with the password.
- User - the object containing user info.
- KeySecret -
- PasswordLen -
- TimeInterval -
- HashAlgorithm -
Return value
Returns True if the one-time pasword is valid, and False otherwise.
Description
Use this method to check the validity of the one-time pasword provided by user.
Discuss this help topic in SecureBlackbox Forum