using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using Tango.Core.Cryptography;
namespace Tango.MachineService.Security
{
public class RefreshTokenEncoder<T>
{
public String Encode(T obj)
{
String json = JsonC