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 ResetPasswordUsingTokenTheme

ResetPasswordUsingTokenTheme: (props: ResetPasswordUsingTokenThemeProps) => JSX.Element = ResetPasswordUsingTokenTheme

Type declaration

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

      • props: ResetPasswordUsingTokenThemeProps

      Returns JSX.Element

Static SignInAndUpTheme

SignInAndUpTheme: (props: ThirdPartyEmailPasswordSignInAndUpThemeProps) => JSX.Element = SignInAndUpTheme

Type declaration

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

      • props: ThirdPartyEmailPasswordSignInAndUpThemeProps

      Returns JSX.Element

Static ThirdPartyEmailPasswordAuth

ThirdPartyEmailPasswordAuth: (__namedParameters: { children: Element; requireAuth?: false | true; onSessionExpired?: any }) => JSX.Element = ThirdPartyEmailPasswordAuth

Type declaration

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

Methods

Static EmailVerification

  • EmailVerification(prop?: any): Element

Static ResetPasswordUsingToken

  • ResetPasswordUsingToken(prop?: any): Element

Static SignInAndUp

  • SignInAndUp(prop?: any): Element

Static init

Static isEmailVerified

  • isEmailVerified(): Promise<boolean>

Static redirectToAuth

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

Static signOut

  • signOut(): Promise<void>

Generated using TypeDoc