pub fn decode_authn_request_base64_encoded(
    req: String
) -> Result<String, AuthnDecodeError>
Expand description

Removes base64 encoding and also deflates the input String.