change Password
suspend fun changePassword(newPassword: String, common: CommonOptions = CommonOptions.Default)
Content copied to clipboard
Changes the password for the currently authenticated user.
NOTE: This causes subsequent request to fail due to authentication errors, unless Cluster.connect was given a PasswordAuthenticator that dynamically supplies the new password (see PasswordAuthenticator.builder).