Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 889 Bytes

File metadata and controls

15 lines (9 loc) · 889 Bytes

WebhookOAuth

Properties

Name Type Description Notes
clientId string OAuth client ID used to authenticate with the token endpoint. [default to undefined]
clientSecret string OAuth client secret. Write-only — never returned in responses. [default to undefined]
url string Token endpoint URL. Must be HTTPS. [default to undefined]
mtlsClientSignedCert string Signed client certificate PEM used for mTLS when connecting to the token endpoint. Same format as the webhook mTLS certificate. Send `null` to remove. [optional] [default to undefined]

[Back to top] [Back to API list] [Back to Model list] [Back to README]