pub fn generate_qr_code( issuer: &str, account: &str, secret: &str, digits: Option<u32>, period: Option<u32>, ) -> Result<String, Error>