claimtype
Claim type is a label used in claims-based identity systems to identify the kind of information asserted about a subject. In such systems, a claim is a statement about an entity, and each claim consists of a type and a value. The claim type indicates what kind of attribute is being asserted, such as a name, email address, user identifier, or role, while the claim value contains the actual data.
Claim types are commonly represented by identifiers, often in the form of a Uniform Resource Identifier (URI).
In use, claim types enable flexible authorization and personalization. Depending on the architecture, access control decisions
Examples of common claim types include name, email address, unique user identifier, and role or group membership.