Sha256: 188335bef89e5b62938d9c76f1abedcdef08d9b0cb81cd8b495c65c06e2f0483
Contents?: true
Size: 632 Bytes
Versions: 3
Compression:
Stored size: 632 Bytes
Contents
# Plaid::AuthGetRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **client_id** | **String** | Your Plaid API `client_id`. | [optional] | | **secret** | **String** | Your Plaid API `secret`. | [optional] | | **access_token** | **String** | The access token associated with the Item data is being requested for. | | | **options** | [**AuthGetRequestOptions**](AuthGetRequestOptions.md) | | [optional] | ## Example ```ruby require 'plaid' instance = Plaid::AuthGetRequest.new( client_id: null, secret: null, access_token: null, options: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.3 | docs/AuthGetRequest.md |
plaid-14.0.0.beta.2 | docs/AuthGetRequest.md |
plaid-14.0.0.beta.1 | docs/AuthGetRequest.md |