Auth0 Node.js SDK - v5.0.0
Preparing search index...
management
Management
EventStreamWebhookConfiguration
Interface EventStreamWebhookConfiguration
Configuration specific to a webhook destination.
interface
EventStreamWebhookConfiguration
{
webhook_endpoint
:
string
;
webhook_authorization
:
EventStreamWebhookAuthorizationResponse
;
}
Index
Properties
webhook_
endpoint
webhook_
authorization
Properties
webhook_
endpoint
webhook_endpoint
:
string
Target HTTP endpoint URL.
webhook_
authorization
webhook_authorization
:
EventStreamWebhookAuthorizationResponse
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
webhook_
endpoint
webhook_
authorization
Auth0 Node.js SDK - v5.0.0
Loading...
Configuration specific to a webhook destination.