changeUserPassword

abstract suspend fun changeUserPassword(currentPassword: String, newPassword: String): Either<AppError, Unit>

Changes the current user password currentPassword with a new one newPassword.