ENUM
AuthenticationType
Description
Options for authenticating the webhook.
link GraphQL Schema definition
- enum AuthenticationType {
- # Unused default value.
- # Webhook is authenticated with a username/password pair.
- # Webhook is authenticated with a bearer token.
- # Webhook is authenticated with a custom header.
- # Webhook is authenticated with a URL token.
- }