Class ClientPrincipalClaim
- Namespace
- Cratis.Applications.Identity
- Assembly
- Cratis.Applications.dll
Represents a claim used in a client principal.
public class ClientPrincipalClaim
- Inheritance
-
ClientPrincipalClaim
- Inherited Members
Properties
typ
Gets or sets the type of claim.
public string typ { get; set; }
Property Value
val
Gets or sets the value of the claim.
public string val { get; set; }