Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface EventStreamWebhookConfiguration

    Configuration specific to a webhook destination.

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

    Properties

    webhook_endpoint: string

    Target HTTP endpoint URL.