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

Module recipe/thirdpartyemailpassword

Index

References

Apple

Re-exports Apple

EmailVerificationTheme

Renames and re-exports __type

Facebook

Re-exports Facebook

Github

Re-exports Github

Google

Re-exports Google

ResetPasswordUsingTokenTheme

Renames and re-exports __type

SignInAndUpTheme

Renames and re-exports __type

ThirdPartyEmailPasswordAuth

Renames and re-exports __type

Type aliases

GetRedirectionURLContext

OnHandleEventContext

PreAPIHookContext

UserInput

UserInput: { disableEmailPassword?: boolean; oAuthCallbackScreen?: FeatureBaseConfig; override?: { components?: ComponentOverrideMap; functions?: any } & AuthRecipeUserInputOverride; resetPasswordUsingTokenFeature?: ResetPasswordUsingTokenUserInput; signInAndUpFeature?: SignInAndUpFeatureUserInput } & AuthRecipeModuleUserInput<GetRedirectionURLContext, PreAPIHookContext, OnHandleEventContext>

Functions

Const EmailVerification

  • EmailVerification(prop?: any): Element

Const ResetPasswordUsingToken

  • ResetPasswordUsingToken(prop?: any): Element

Const SignInAndUp

  • SignInAndUp(prop?: any): Element

Const init

Const isEmailVerified

  • isEmailVerified(): Promise<boolean>

Const redirectToAuth

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

Const signOut

  • signOut(): Promise<void>

Generated using TypeDoc