Initial Commit
This commit is contained in:
10
TomcatServer/PlutoServer.MSL/Constants.cs
Normal file
10
TomcatServer/PlutoServer.MSL/Constants.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
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";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user