SecureBlackbox 2020 iOS Edition

Questions / Feedback?

isPasswordValid (method)

Validates an OTP password for a user.

Syntax

- (BOOL)isPasswordValid:(NSString*)username :(NSString*)password;
public func isPasswordValid(_ username: String, _ password: String) throws -> 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 iOS Edition - Version 20.0 [Build 8166]