Sha256: f0c74a94e5729df2b15e87702c1d647a0ecf524d89ce1b0df70144a3459e945c
Contents?: true
Size: 555 Bytes
Versions: 3
Compression:
Stored size: 555 Bytes
Contents
# Plaid::SandboxItemResetLoginRequest ## 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. | | ## Example ```ruby require 'plaid' instance = Plaid::SandboxItemResetLoginRequest.new( client_id: null, secret: null, access_token: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.3 | docs/SandboxItemResetLoginRequest.md |
plaid-14.0.0.beta.2 | docs/SandboxItemResetLoginRequest.md |
plaid-14.0.0.beta.1 | docs/SandboxItemResetLoginRequest.md |