Sha256: 8cb82120db7cdece49ef7c4be5fdf516c8c7a6c02f689560591ba2927aee0eb2

Contents?: true

Size: 532 Bytes

Versions: 3

Compression:

Stored size: 532 Bytes

Contents

# Plaid::WebhookVerificationKeyGetRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
| **secret** | **String** | Your Plaid API `secret`. | [optional] |
| **key_id** | **String** | The key ID ( `kid` ) from the JWT header. |  |

## Example

```ruby
require 'plaid'

instance = Plaid::WebhookVerificationKeyGetRequest.new(
  client_id: null,
  secret: null,
  key_id: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
plaid-14.0.0.beta.3 docs/WebhookVerificationKeyGetRequest.md
plaid-14.0.0.beta.2 docs/WebhookVerificationKeyGetRequest.md
plaid-14.0.0.beta.1 docs/WebhookVerificationKeyGetRequest.md