pub async fn generate_totp( secret: &str, period: Option<u32>, digits: Option<u32>, hash: Option<SHAFamily>, ) -> Result<String, Error>