Sha256: 00422aa599864565e5eb1439da86a7402751f930dfedbaeb1c92dcf870a8e7e0
Contents?: true
Size: 502 Bytes
Versions: 4
Compression:
Stored size: 502 Bytes
Contents
# Plaid::WebhookVerificationKeyGetResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **key** | [**JWKPublicKey**](JWKPublicKey.md) | | | | **request_id** | **String** | A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. | | ## Example ```ruby require 'plaid' instance = Plaid::WebhookVerificationKeyGetResponse.new( key: null, request_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems