Skip to main content

lightyear.appwebhookconnector

Home > @runlightyear/lightyear > AppWebhookConnector

AppWebhookConnector class

Signature:
declare abstract class AppWebhookConnector extends AuthConnector 

Extends:

AuthConnector

Constructors

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

Properties

PropertyModifiersTypeDescription
camelizeboolean
inDevelopmentboolean
secretsSecrets
variablesVariables

Methods

MethodModifiersDescription
_subscribe(props)
getIdentifier()
getRedactHeaders()
getRedactKeys()
receiveDelivery(delivery)
subscribe(props)
unsubscribe()
validateDelivery(delivery)