enableFacebookAuth? | boolean | Enables Facebook authentication. |
enableGoogleAuth? | boolean | Enables Google authentication. |
enablePasswordlessEmailAuth? | boolean | Enables email authentication using a One Time Password. |
enableSMSAuth? | boolean | Enables SMS authentication. |
enableUsernamePasswordAuth? | boolean | Enables username and password authentication. |
language? | "en" | "fr" | "es" | Language code used for translations, defaulting to the browser's locale or "en". |
sitemarkIcon? | ComponentType <SvgIconProps > | Optional custom icon component that overrides the default sitemarkIcon. |