changePassword

abstract suspend fun changePassword(newPassword: String, logoutDevices: Boolean = false): Result<UIA<Unit>>

See also