<PackageReference Include="Relativity.Identity.SDK" Version="2.6.2" />
Claim
A Claim model used to represent information about a user or OAuth2 Client.
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