Orchestration SDK 5.10.1
Loading...
Searching...
No Matches
<ChangePasswordDelegate> Protocol Reference

#include <ChangePasswordDelegate.h>

Inherits <NSObject>.

Instance Methods

(void) - onChangePasswordSuccess
 
(void) - onChangePasswordAborted
 
(void) - onChangePasswordInputError:
 
(void) - onChangePasswordStepComplete:
 

Detailed Description

The ChangePasswordDelegate protocol defines the specific elements required for the integrator to interact during the Change Password flow.

Method Documentation

◆ onChangePasswordAborted

- (void) onChangePasswordAborted

Called upon change password abortion

◆ onChangePasswordInputError:

- (void) onChangePasswordInputError: (PasswordError *) error

Called upon change password error

◆ onChangePasswordStepComplete:

- (void) onChangePasswordStepComplete: (NSString *) command

Called when an authentication validation request command is ready to be sent to the server for verification.

Parameters
commandThis command contains an OTP generated

◆ onChangePasswordSuccess

- (void) onChangePasswordSuccess

Called upon change password success


The documentation for this protocol was generated from the following file: