Home > @firebase/auth > AuthError
AuthError interface
Interface for an Auth error.
Signature:
export interface AuthError extends FirebaseError
Extends: FirebaseError
Properties
Property | Type | Description |
---|---|---|
appName | string | The name of the Firebase App which triggered this error. |
email? | string | (Optional) The email of the user's account, used for sign-in/linking. |
phoneNumber? | string | (Optional) The phone number of the user's account, used for sign-in/linking. |
tenantid? | string | (Optional) The tenant ID being used for sign-in/linking. |