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

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 SignInAndUpTheme

SignInAndUpTheme: FC<SignInAndUpThemeProps> = SignInAndUpTheme

Static ThirdPartyAuth

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

Methods

Static EmailVerification

  • EmailVerification(prop?: any): Element

Static SignInAndUp

  • SignInAndUp(prop?: any): Element

Static SignInAndUpCallback

  • SignInAndUpCallback(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