voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
19 lines (10 loc) • 500 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth](./auth.md) > [IdTokenResult](./auth.idtokenresult.md) > [authTime](./auth.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.