WebhookVerificationKeyGetResponse constructor

WebhookVerificationKeyGetResponse({
  1. required JWKPublicKey key,
  2. required String requestId,
})

Implementation

WebhookVerificationKeyGetResponse({
  required this.key,
  required this.requestId,
});