WebhookAuthConfiguration constructor

WebhookAuthConfiguration({
  1. String? allowedIPRange,
  2. String? secretToken,
})

Implementation

WebhookAuthConfiguration({
  this.allowedIPRange,
  this.secretToken,
});