Nevis Mobile Authentication SDK React Native plugin
    Preparing search index...

    Class PasswordChangeHandlerAbstract

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

    Hierarchy (View Summary)

    Index

    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>