<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@digitalpersona/core](./core.md) &gt; [ClaimSet](./core.claimset.md)

## ClaimSet interface

Set of claims passed in a JSON Web Token.

<b>Signature:</b>

```typescript
export interface ClaimSet 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [aud](./core.claimset.aud.md) | <code>string</code> | "Audience" claim. |
|  [crd](./core.claimset.crd.md) | <code>CredentialUsed[]</code> | "Credentials" claim. List of credentials used by the subject for authentication. Private DigitalPersona claim. |
|  [dom](./core.claimset.dom.md) | <code>string</code> | "Domain" claim. Subject's security domain. Private DigitalPersona claim. |
|  [exp](./core.claimset.exp.md) | <code>number</code> | "Expiration" claim. Number of seconds since Unix Epoch to the time when the JWT must expire. |
|  [group](./core.claimset.group.md) | <code>string[]</code> | "Group" claim. List of groups the subject is a member of. |
|  [iat](./core.claimset.iat.md) | <code>number</code> | "Issued At Time" claim. Number of seconds since Unix Epoch to the time when the JWT was issued. |
|  [iss](./core.claimset.iss.md) | <code>string</code> | "Issuer" claim. Name of the issuing agency. |
|  [jti](./core.claimset.jti.md) | <code>string</code> |  |
|  [nbf](./core.claimset.nbf.md) | <code>number</code> | "Not Before" claim. Number of seconds since Unix Epoch to the time when the JWT becomes effective. |
|  [role](./core.claimset.role.md) | <code>string[]</code> | "Role" claim. List of roles the subject belongs to. |
|  [sub](./core.claimset.sub.md) | <code>string &#124; User</code> | "Subject" claim. Name of a subject the token was issued to. |
|  [t24](./core.claimset.t24.md) | <code>string</code> | "T24" claim. Subject ID in Temenos T24 system. |
|  [uid](./core.claimset.uid.md) | <code>string</code> | "Unique ID" claim. Subject's Unique ID. Private DigitalPersona claim. |
|  [wan](./core.claimset.wan.md) | <code>string</code> | "Windows Account Name" claim. Subjects name in Windows SAM format. |

