Skip to main content

lightyear.baseconnector

Home > @runlightyear/lightyear > BaseConnector

BaseConnector class

The Base for all connectors.

Signature:
declare abstract class BaseConnector 

Constructors

ConstructorModifiersDescription
(constructor)(props)Constructs a new instance of the BaseConnector class

Properties

PropertyModifiersTypeDescription
AppWebhookstatictypeof AppWebhookConnector | null
authTypestaticAuthType
OAuthstatictypeof OAuthConnector | null
secretsstaticArray<SecretDef>
variablesstaticArray<VariableDef>