Interface ChangePasswordCallback
public interface ChangePasswordCallback
The
ChangePasswordCallback
interface defines the minimal methods that must be implemented
in order to receive callbacks during the change password process.-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called upon password change abortionvoid
Called upon password change password errorsvoid
onChangePasswordStepComplete
(String command) Called when an authentication validation request command is ready to be sent to the server for verification.void
Called upon password change process success.
-
Method Details
-
onChangePasswordSuccess
void onChangePasswordSuccess()Called upon password change process success. -
onChangePasswordAborted
void onChangePasswordAborted()Called upon password change abortion -
onChangePasswordInputError
Called upon password change password errors -
onChangePasswordStepComplete
Called when an authentication validation request command is ready to be sent to the server for verification.- Parameters:
command
- This command contains an OTP generated
-