Sha256: a0d686fa2cc387727c93ca0ca20ec6ea0f77a7f0bea758602acbd5406de59947
Contents?: true
Size: 648 Bytes
Versions: 3
Compression:
Stored size: 648 Bytes
Contents
# Plaid::IdentityGetRequest ## 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** | [**IdentityGetRequestOptions**](IdentityGetRequestOptions.md) | | [optional] | ## Example ```ruby require 'plaid' instance = Plaid::IdentityGetRequest.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/IdentityGetRequest.md |
plaid-14.0.0.beta.2 | docs/IdentityGetRequest.md |
plaid-14.0.0.beta.1 | docs/IdentityGetRequest.md |