supertokens-node
    Preparing search index...

    Variable createOrUpdateThirdPartyConfig

    createOrUpdateThirdPartyConfig: (
        tenantId: string,
        config: ProviderConfig,
        skipValidation?: boolean,
        userContext?: Record<string, any>,
    ) => Promise<{ createdNew: boolean; status: "OK" }> = Wrapper.createOrUpdateThirdPartyConfig

    Type declaration

      • (
            tenantId: string,
            config: ProviderConfig,
            skipValidation?: boolean,
            userContext?: Record<string, any>,
        ): Promise<{ createdNew: boolean; status: "OK" }>
      • Parameters

        • tenantId: string
        • config: ProviderConfig
        • OptionalskipValidation: boolean
        • OptionaluserContext: Record<string, any>

        Returns Promise<{ createdNew: boolean; status: "OK" }>