change User Password
abstract fun changeUserPassword(oldPassword: String, newPassword: String, listener: IUserProxy.IChangePasswordListener? = null)
Content copied to clipboard
Change the password of the logged-in user.
Parameters
oldPassword
String The current password
newPassword
String The new password
listener
IChangePasswordListener optional callback (onSuccess, onFailure)