changePassword

abstract suspend fun changePassword(currentPassword: String, newPassword: String): Result<Unit>

Change the user password.

This function is only valid if the application uses usernamePasswordLogin.

Since

1.10.0

Return

Result

Parameters

currentPassword

the current password

newPassword

the new password