Sha256: 7e6ab4d59834cbbd5980d66675551b1ead6d686d9640c8948380027806122942
Contents?: true
Size: 555 Bytes
Versions: 3
Compression:
Stored size: 555 Bytes
Contents
# Plaid::ItemPublicTokenCreateRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **client_id** | **String** | Your Plaid API `client_id`. | [optional] | | **secret** | **String** | Your Plaid API `secret`. | [optional] | | **access_token** | **String** | The access token associated with the Item data is being requested for. | | ## Example ```ruby require 'plaid' instance = Plaid::ItemPublicTokenCreateRequest.new( client_id: null, secret: null, access_token: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.3 | docs/ItemPublicTokenCreateRequest.md |
plaid-14.0.0.beta.2 | docs/ItemPublicTokenCreateRequest.md |
plaid-14.0.0.beta.1 | docs/ItemPublicTokenCreateRequest.md |