Claim public class Claim A Claim model used to represent information about a user or OAuth2 Client. Documentation public string Type { get; set; } The type of claim public string Value { get; set; } The claim value public Claim(string type, string value) Create a Claim for a user or OAuth2 Client