Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
SessionTokenInfo.cs
2{
6 internal class SessionTokenInfo
7 {
11 public DataStorage.Account Account { get; set; }
12
16 public string Token { get; set; }
17
21 public int Seconds { get; set; }
22
26 public int Expires { get; set; }
27 }
28}