aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/TCC/Tango.TCC.Service/Security/TokenObject.cs
blob: 545688451ba9c3be3a934144223add2c831339b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;

namespace Tango.TCC.Service.Security
{
    public class TokenObject
    {
        public String DeviceID { get; set; }
    }
}