Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • default

Index

Constructors

constructor

Properties

Static Apple

Apple: typeof Apple = Apple

Static EmailVerificationTheme

EmailVerificationTheme: (props: EmailVerificationThemeProps) => JSX.Element = EmailVerificationTheme

Type declaration

    • (props: EmailVerificationThemeProps): JSX.Element
    • Parameters

      • props: EmailVerificationThemeProps

      Returns JSX.Element

Static Facebook

Facebook: typeof Facebook = Facebook

Static Github

Github: typeof Github = Github

Static Google

Google: typeof Google = Google

Static PasswordlessLinkClickedTheme

PasswordlessLinkClickedTheme: ComponentType<LinkClickedScreenProps> = LinkClickedScreen

Static SignInAndUpTheme

SignInAndUpTheme: (props: ThirdPartyPasswordlessSignInAndUpThemeProps) => Element = SignInUpTheme

Type declaration

    • (props: ThirdPartyPasswordlessSignInAndUpThemeProps): Element
    • Parameters

      • props: ThirdPartyPasswordlessSignInAndUpThemeProps

      Returns Element

Static ThirdPartyPasswordlessAuth

ThirdPartyPasswordlessAuth: FC<PropsWithChildren<{ requireAuth?: false | true; onSessionExpired?: any }>> = ThirdPartyPasswordlessAuth

Methods

Static EmailVerification

  • EmailVerification(prop?: any): Element

Static PasswordlessLinkClicked

  • PasswordlessLinkClicked(prop?: any): Element

Static SignInAndUp

  • SignInAndUp(prop?: any): Element

Static ThirdPartySignInAndUpCallback

  • ThirdPartySignInAndUpCallback(prop?: any): Element

Static init

Static isEmailVerified

  • isEmailVerified(): Promise<boolean>

Static redirectToAuth

  • redirectToAuth(input?: "signin" | "signup" | { redirectBack?: false | true; show?: "signin" | "signup" }): Promise<void>

Static signOut

  • signOut(): Promise<void>

Generated using TypeDoc