Sha256: fd26edf4332b541edfe9f07876fca63a4dcacd98bd801b3ba4cfaeaabf35f0d0
Contents?: true
Size: 548 Bytes
Versions: 3
Compression:
Stored size: 548 Bytes
Contents
# Plaid::LinkTokenGetRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **client_id** | **String** | Your Plaid API `client_id`. | [optional] | | **secret** | **String** | Your Plaid API `secret`. | [optional] | | **link_token** | **String** | A `link_token` from a previous invocation of `/link/token/create` | | ## Example ```ruby require 'plaid' instance = Plaid::LinkTokenGetRequest.new( client_id: null, secret: null, link_token: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.3 | docs/LinkTokenGetRequest.md |
plaid-14.0.0.beta.2 | docs/LinkTokenGetRequest.md |
plaid-14.0.0.beta.1 | docs/LinkTokenGetRequest.md |