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