Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • default

Index

Constructors

constructor

Properties

Static PasswordlessAuth

PasswordlessAuth: (__namedParameters: { children: ReactNode; requireAuth?: false | true; onSessionExpired?: any }) => Element = PasswordlessAuth

Type declaration

    • (__namedParameters: { children: ReactNode; requireAuth?: false | true; onSessionExpired?: any }): Element
    • Parameters

      • __namedParameters: { children: ReactNode; requireAuth?: false | true; onSessionExpired?: any }

      Returns Element

Static SignInUpTheme

SignInUpTheme: (props: SignInUpProps) => JSX.Element = SignInUpThemeWrapper

Type declaration

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

      • props: SignInUpProps

      Returns JSX.Element

Methods

Static LinkClicked

  • LinkClicked(prop?: any): Element

Static SignInUp

  • SignInUp(prop?: any): Element

Static init

Static redirectToAuth

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

Static signOut

  • signOut(): Promise<void>

Generated using TypeDoc