Back to Node Auth0

Interface EventStreamWebhookConfiguration

docs/interfaces/management.Management.EventStreamWebhookConfiguration.html

5.9.11.1 KB
Original Source

Interface EventStreamWebhookConfiguration

Configuration specific to a webhook destination.

interface EventStreamWebhookConfiguration {
webhook_endpoint: string;
webhook_authorization: EventStreamWebhookAuthorizationResponse;
}

Index

Properties

webhook_endpointwebhook_authorization

Properties

webhook_endpoint

webhook_endpoint: string

Target HTTP endpoint URL.

webhook_authorization

webhook_authorization: EventStreamWebhookAuthorizationResponse

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties webhook_endpointwebhook_authorization