SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

onPasswordChangeRequest (event)

This event is fired when a password change is requested.

Syntax

- (void)onPasswordChangeRequest:(NSString*)prompt :(NSString**)newPassword :(int*)cancel;
func onPasswordChangeRequest(_ prompt: String, _ newPassword: inout NSString?, _ cancel: inout Int32)

Remarks

This event is fired by the class when a password change is requested by the server. Prompt contains the password prompt message. Handler should either provide the new password via NewPassword, or deny the request by setting Cancel to true.

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