Sha256: 291c3f4c7e7470e8191e6f7cea5ad1496f29390381013b7b56475a1922ebb01c

Contents?: true

Size: 642 Bytes

Versions: 3

Compression:

Stored size: 642 Bytes

Contents

# Plaid::ProcessorAuthGetRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
| **secret** | **String** | Your Plaid API `secret`. | [optional] |
| **processor_token** | **String** | The processor token obtained from the Plaid integration partner. Processor tokens are in the format: `processor-<environment>-<identifier>` |  |

## Example

```ruby
require 'plaid'

instance = Plaid::ProcessorAuthGetRequest.new(
  client_id: null,
  secret: null,
  processor_token: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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