WebhookAuthenticationInput
Input used when defining the authentication method for webhook configurations
This page contains
Fields
type WebhookAuthenticationType! | Type of authentication |
token String | Token in the case of TOKEN authentication type |
accessTokenUri URL | Access token URI in the case of OAuth2 authentication types |
scope String | Scope in the case of OAuth2 authentication types |
clientId String | Client id in the case of OAUTH2_CLIENT_CREDENTIALS and OAUTH2_RESOURCE_OWNER_PASSWORD authentication types |
clientSecret String | Client secret in the case of OAUTH2_CLIENT_CREDENTIALS and OAUTH2_RESOURCE_OWNER_PASSWORD authentication types |
username String | Username in the case of OAUTH2_RESOURCE_OWNER_PASSWORD authentication type |
password String | Password in the case of OAUTH2_RESOURCE_OWNER_PASSWORD authentication type |