pub fn encode<T: AsRef<[u8]>>(bytes: T) -> String
encode takes in a slice of bytes and returns the bytes encoded as a base64url String.