Sha256: 7623572756b64d57c0e8ca1ba74bc23ed3562ad0a385608c120351489e3378e6

Contents?: true

Size: 1.03 KB

Versions: 4

Compression:

Stored size: 1.03 KB

Contents

# Plaid::LinkTokenGetResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **link_token** | **String** | A `link_token`, which can be supplied to Link in order to initialize it and receive a `public_token`, which can be exchanged for an `access_token`. | [optional] |
| **created_at** | **Time** | The creation timestamp for the `link_token`, in ISO 8601 format. | [optional] |
| **expiration** | **Time** | The expiration timestamp for the `link_token`, in ISO 8601 format. | [optional] |
| **metadata** | [**LinkTokenGetMetadataResponse**](LinkTokenGetMetadataResponse.md) |  | [optional] |
| **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::LinkTokenGetResponse.new(
  link_token: null,
  created_at: null,
  expiration: null,
  metadata: null,
  request_id: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
plaid-14.0.0.beta.4 docs/LinkTokenGetResponse.md
plaid-14.0.0.beta.3 docs/LinkTokenGetResponse.md
plaid-14.0.0.beta.2 docs/LinkTokenGetResponse.md
plaid-14.0.0.beta.1 docs/LinkTokenGetResponse.md