SecureBlackbox 2020 iOS Edition

Questions / Feedback?

addUserWithEmail (method)

Registers known user credentials.

Syntax

- (void)addUserWithEmail:(NSString*)login :(NSString*)email :(NSString*)password;
public func addUserWithEmail(_ login: String, _ email: String, _ password: String) throws -> Void

Remarks

Call this method to register known user's credentials with the server. In addition to Login and Password this method also associates an Email address with this user.

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