WebhookVerificationKeyGetRequest constructor

WebhookVerificationKeyGetRequest({
  1. String? clientId,
  2. String? secret,
  3. required String keyId,
})

Implementation

WebhookVerificationKeyGetRequest({
  this.clientId,
  this.secret,
  required this.keyId,
});