aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Azure/Tango.AzureUtils/Web/LoginResponse.cs
blob: a3be177001b4fa655f058f6f967f214f1e2edf1c (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.AzureUtils.Web
{
    public class LoginResponse
    {
        public String AccessToken { get; set; }
    }
}