The object handling the old and new password provided by the end-user.

Hierarchy

Methods

Methods

  • This method should be invoked if the operation must be canceled.

    Returns Promise<void>

  • Specify the old password and the new password.

    To change a password, the SDK requires to provide the old password. When this method is invoked, the SDK will validate the provided passwords.

    Parameters

    • oldPassword: string

      the old password.

    • newPassword: string

      the new password.

    Returns Promise<void>

Generated using TypeDoc