<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/auth-types](./auth-types.md) &gt; [AuthError](./auth-types.autherror.md) &gt; [email](./auth-types.autherror.email.md)

## AuthError.email property

The email of the user's account, used for sign-in/linking.

<b>Signature:</b>

```typescript
readonly email?: string;
```
