ENUM

AuthenticationType

Description

Options for authenticating the webhook.

link GraphQL Schema definition

  • enum AuthenticationType {
  • # Unused default value.
  • AUTH_TYPE_UNSPECIFIED
  • # Webhook is authenticated with a username/password pair.
  • BASIC
  • # Webhook is authenticated with a bearer token.
  • BEARER
  • # Webhook is authenticated with a custom header.
  • CUSTOM_HEADER
  • # Webhook is authenticated with a URL token.
  • URL
  • }