Sha256: d2744b7fbe9e9b1b9fa169dbe2d3df00ac84ce0248968f5be47359655663a18a

Contents?: true

Size: 816 Bytes

Versions: 1

Compression:

Stored size: 816 Bytes

Contents

# Plaid::LinkTokenGetRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
| **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [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

1 entries across 1 versions & 1 rubygems

Version Path
plaid-14.0.0.beta.4 docs/LinkTokenGetRequest.md