Skip to content

Instantly share code, notes, and snippets.

@gdyrrahitis
Created February 24, 2018 19:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gdyrrahitis/9bb2c9cdeb437de13d942e5aaf40f3f6 to your computer and use it in GitHub Desktop.
Save gdyrrahitis/9bb2c9cdeb437de13d942e5aaf40f3f6 to your computer and use it in GitHub Desktop.
public class UserClaims
{
public int Id { get; set; }
public int UserId { get; set; }
public string Type { get; set; }
public string Value { get; set; }
public string ValueType { get; set; }
public string Issuer { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment