<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/auth](./auth.md) &gt; [User](./auth.user.md) &gt; [refreshToken](./auth.user.refreshtoken.md)

## User.refreshToken property

Refresh token used to reauthenticate the user. Avoid using this directly and prefer [User.getIdToken()](./auth.user.getidtoken.md) to refresh the ID token instead.

<b>Signature:</b>

```typescript
readonly refreshToken: string;
```
