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