<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/auth](./auth.md) &gt; [ParsedToken](./auth.parsedtoken.md) &gt; [sub](./auth.parsedtoken.sub.md)

## ParsedToken.sub property

UID of the user.

<b>Signature:</b>

```typescript
'sub'?: string;
```
