• Changes the users password. Use this when using basic auth.

    Parameters

    • email: string

      Old email for reauthentication.

    • oldPassword: string

      Old password for reauthentication.

    • newPassword: string

      New password for the user.

    • Optional callbackStateVariable: Variable

      The variable where to store the result.

    Returns void