Created
May 9, 2015 15:07
-
-
Save simplement-e/775cbd031d8048fd2c1b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class TokenInfo | |
| { | |
| bool IsChildToken { get; set; } | |
| string Token { get; set; } | |
| Guid DeviceGuid { get; set; } | |
| Guid StoreGuid { get; set; } | |
| DateTime ExpirationDate { get; set; } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment