pub fn format_www_authenticate(
handshake_token: &str,
hash: &str,
data_b64: &str,
) -> StringExpand description
Format a Haystack WWW-Authenticate header for a SCRAM challenge.
Produces: SCRAM handshakeToken=<token>, hash=<hash>, data=<data_b64>