TwurpleAuthenticationGetting dataExamplesFAQMigration

Main classes

HelixEventSubWebHookTransportOptions

The properties describing where a WebHook notification is sent, and how it is signed.

{
The callback URL to send event notifications to.
callback: string
The type of transport.
method: "webhook"
The secret to sign the notification payloads with.
secret?: string
}

Properties

callback

Type: string

The callback URL to send event notifications to.

method

Value: "webhook"

The type of transport.

secret

Type: ?string

The secret to sign the notification payloads with.