Skip to main content

lightyear.baseconnector

Home > @runlightyear/lightyear > BaseConnector

BaseConnector class

The Base for all connectors.

Signature:

declare abstract class BaseConnector 

Constructors

Constructor

Modifiers

Description

(constructor)(props)

Constructs a new instance of the BaseConnector class

Properties

Property

Modifiers

Type

Description

AppWebhook

static

typeof AppWebhookConnector | null

authType

static

AuthType

OAuth

static

typeof OAuthConnector | null

secrets

static

Array<SecretDef>

variables

static

Array<VariableDef>