Skip to main content

Interface.SignInProps

Configuration options for the SignIn component.

Properties

PropertyTypeDescription
enableFacebookAuth?booleanEnables Facebook authentication.
enableGoogleAuth?booleanEnables Google authentication.
enablePasswordlessEmailAuth?booleanEnables email authentication using a One Time Password.
enableSMSAuth?booleanEnables SMS authentication.
enableUsernamePasswordAuth?booleanEnables 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.