![]() |
Orchestration SDK 5.10.1
|
#include <ChangePasswordDelegate.h>
Inherits <NSObject>.
Instance Methods | |
(void) | - onChangePasswordSuccess |
(void) | - onChangePasswordAborted |
(void) | - onChangePasswordInputError: |
(void) | - onChangePasswordStepComplete: |
The ChangePasswordDelegate
protocol defines the specific elements required for the integrator to interact during the Change Password flow.
- (void) onChangePasswordAborted |
Called upon change password abortion
- (void) onChangePasswordInputError: | (PasswordError *) | error |
Called upon change password error
- (void) onChangePasswordStepComplete: | (NSString *) | command |
Called when an authentication validation request command is ready to be sent to the server for verification.
command | This command contains an OTP generated |
- (void) onChangePasswordSuccess |
Called upon change password success