voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
25 lines (16 loc) • 952 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth](./auth.md) > [AuthError](./auth.autherror.md)
## AuthError interface
Interface for an Auth error.
<b>Signature:</b>
```typescript
export interface AuthError extends FirebaseError
```
<b>Extends:</b> FirebaseError
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [appName](./auth.autherror.appname.md) | string | The name of the Firebase App which triggered this error. |
| [email?](./auth.autherror.email.md) | string | <i>(Optional)</i> The email of the user's account, used for sign-in/linking. |
| [phoneNumber?](./auth.autherror.phonenumber.md) | string | <i>(Optional)</i> The phone number of the user's account, used for sign-in/linking. |
| [tenantid?](./auth.autherror.tenantid.md) | string | <i>(Optional)</i> The tenant ID being used for sign-in/linking. |