AuthError interface

Interface for an Auth error.

Signature:

exportinterfaceAuthErrorextendsFirebaseError

Extends:FirebaseError

Properties

PropertyTypeDescription
customData{ readonly appName: string; readonly email?: string; readonly phoneNumber?: string; readonly tenantId?: string; }Details about the Firebase Auth error.

AuthError.customData

Details about the Firebase Auth error.

Signature:

readonlycustomData:{readonlyappName:string;readonlyemail?:string;readonlyphoneNumber?:string;readonlytenantId?:string;};