WebhookVerificationKeyGetResponse constructor
WebhookVerificationKeyGetResponse({
- required JWKPublicKey key,
- required String requestId,
Implementation
WebhookVerificationKeyGetResponse({
required this.key,
required this.requestId,
});