pub fn format_auth_info(auth_token: &str, data_b64: &str) -> String
Format a Haystack Authentication-Info header with the auth token.
Authentication-Info
Produces: authToken=<token>, data=<data_b64>
authToken=<token>, data=<data_b64>