Skip to content

Instantly share code, notes, and snippets.

@simplement-e
Created May 9, 2015 15:07
Show Gist options
  • Select an option

  • Save simplement-e/775cbd031d8048fd2c1b to your computer and use it in GitHub Desktop.

Select an option

Save simplement-e/775cbd031d8048fd2c1b to your computer and use it in GitHub Desktop.
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