pub fn b64_decode_url(input: &str) -> Result<Vec<u8>, DecodeError>Expand description
Convenience wrapper for base64 decoding
note The base64 devs are HIGHLY opinionated and the method to encode/decode
changes frequently. This function encapsulates that as much as possible.