<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/auth-types](./auth-types.md) &gt; [User](./auth-types.user.md) &gt; [emailVerified](./auth-types.user.emailverified.md)

## User.emailVerified property

Whether the email has been verified with [sendEmailVerification()](./auth.sendemailverification.md) and [applyActionCode()](./auth.applyactioncode.md)<!-- -->.

<b>Signature:</b>

```typescript
readonly emailVerified: boolean;
```
