veritatisdoloremque
Version:
Monorepo for the Firebase JavaScript SDK
19 lines (10 loc) • 524 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth-types](./auth-types.md) > [IdTokenResult](./auth-types.idtokenresult.md) > [authTime](./auth-types.idtokenresult.authtime.md)
## IdTokenResult.authTime property
The authentication time formatted as a UTC string.
<b>Signature:</b>
```typescript
authTime: string;
```
## Remarks
This is the time the user authenticated (signed in) and not the time the token was refreshed.