pub fn from_base64url(s: &str) -> Result<Vec<u8>, DecodeError>
Convert URL-safe base64 string to bytes.