Sha256: c2be6628295e9eb7f4b4dd3779688e49689c6c31216c22ca398a4fb08067d49f
Contents?: true
Size: 823 Bytes
Versions: 1
Compression:
Stored size: 823 Bytes
Contents
# Plaid::SandboxItemResetLoginRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] | | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.4 | docs/SandboxItemResetLoginRequest.md |