supertokens-node
    Preparing search index...

    Variable isSignUpAllowedConst

    isSignUpAllowed: (
        tenantId: string,
        newUser: AccountInfoWithRecipeId,
        isVerified: boolean,
        session?: SessionContainer,
        userContext?: Record<string, any>,
    ) => Promise<boolean> = Wrapper.isSignUpAllowed

    Type declaration

      • (
            tenantId: string,
            newUser: AccountInfoWithRecipeId,
            isVerified: boolean,
            session?: SessionContainer,
            userContext?: Record<string, any>,
        ): Promise<boolean>
      • Parameters

        • tenantId: string
        • newUser: AccountInfoWithRecipeId
        • isVerified: boolean
        • Optionalsession: SessionContainer
        • OptionaluserContext: Record<string, any>

        Returns Promise<boolean>