voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 489 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth](./auth.md) > [User](./auth.user.md) > [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;
```