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> | |
Synchronizer | static | typeof CollectionSynchronizer | null | |
variables | static | Array<VariableDef> |
Methods
Method | Modifiers | Description |
---|---|---|
getSynchronizerClass() |