Files
MyMcKesson/TomcatServer/PlutoServer.MSL/Constants.cs
2016-07-27 00:32:34 -04:00

11 lines
238 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PlutoServer.MSL {
public static class SessionKeys {
public static readonly string AuthToken = "AUTH_TOKEN";
}
}