pub fn base64_url_encode_bytes(bytes: &[u8]) -> String
Encode a byte slice using the JS SDK web-safe alphabet (padding replaced with .).
.