Skip to main content

format_auth_info

Function format_auth_info 

Source
pub fn format_auth_info(auth_token: &str, data_b64: &str) -> String
Expand description

Format a Haystack Authentication-Info header with the auth token.

Produces: authToken=<token>, data=<data_b64>