pub(crate) fn validate_password_user_key( client: &Client, password: String, encrypted_user_key: String, ) -> Result<String, Error>