WebhookOauth2GrantTypeV2
OAuth 2.0 grant type. Only CLIENT_CREDENTIALS is supported today; value 2 is reserved for a future user-consent authorization code flow.
Values
| Value | Description |
|---|---|
| CLIENT_CREDENTIALS | Machine-to-machine: authenticate with client_id + client_secret. |
| OAUTH2_GRANT_TYPE_UNSPECIFIED | Unused default value. |