quodolores
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 339 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth](./auth.md) > [ParsedToken](./auth.parsedtoken.md) > [iat](./auth.parsedtoken.iat.md)
## ParsedToken.iat property
Issuance time of the token.
<b>Signature:</b>
```typescript
'iat'?: string;
```