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