<!-- 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) &gt; [sub](./core.claimset.sub.md)

## ClaimSet.sub property

"Subject" claim. Name of a subject the token was issued to.

<b>Signature:</b>

```typescript
readonly sub?: string | User;
```
