Base64Url static class Base64Url Documentation Code public static byte[] Decode(string encoded) Converts a Base64URL encoded string to a string. public static string Encode(byte[] bytes) Encode a byte array as a Base64URL encoded string.