<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/auth](./auth.md) &gt; [IdTokenResult](./auth.idtokenresult.md) &gt; [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.

