These are the SDK reference docs. If you’re looking for docs to implement SuperTokens, you might want to check out the User Guides

Hierarchy

  • default

Index

Constructors

Properties

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

Type declaration

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

      • props: EmailVerificationThemeProps

      Returns JSX.Element

Facebook: typeof Facebook = Facebook
Github: typeof Github = Github
Google: typeof Google = Google
SignInAndUpTheme: FC<SignInAndUpThemeProps> = SignInAndUpTheme
ThirdPartyAuth: FC<PropsWithChildren<{ requireAuth?: false | true; onSessionExpired?: any }>> = ThirdPartyAuth

Methods

  • EmailVerification(prop?: any): Element
  • SignInAndUp(prop?: any): Element
  • SignInAndUpCallback(prop?: any): Element
  • isEmailVerified(): Promise<boolean>
  • redirectToAuth(input?: "signin" | "signup" | { redirectBack?: false | true; show?: "signin" | "signup" }): Promise<void>
  • signOut(): Promise<void>

Generated using TypeDoc