Sha256: 9f1a1433a9cd90c75ebac107d4b2006be616783eff1eec78b0053ddb4c1de024
Contents?: true
Size: 623 Bytes
Versions: 3
Compression:
Stored size: 623 Bytes
Contents
# Plaid::ItemPublicTokenExchangeRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **client_id** | **String** | Your Plaid API `client_id`. | [optional] | | **secret** | **String** | Your Plaid API `secret`. | [optional] | | **public_token** | **String** | Your `public_token`, obtained from the Link `onSuccess` callback or `/sandbox/item/public_token/create`. | | ## Example ```ruby require 'plaid' instance = Plaid::ItemPublicTokenExchangeRequest.new( client_id: null, secret: null, public_token: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.3 | docs/ItemPublicTokenExchangeRequest.md |
plaid-14.0.0.beta.2 | docs/ItemPublicTokenExchangeRequest.md |
plaid-14.0.0.beta.1 | docs/ItemPublicTokenExchangeRequest.md |