SecureBlackbox 2020 Python Edition

Questions / Feedback?

is_password_valid Method

Validates an OTP password for a user.

Syntax

def is_password_valid(username: str, password: str) -> bool: ...

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 Python Edition - Version 20.0 [Build 8154]