Sha256: 7733552aa32ff11a40c11e48a33578b0677595c29882abb70701b5a7d7dc6584
Contents?: true
Size: 422 Bytes
Versions: 4
Compression:
Stored size: 422 Bytes
Contents
# Plaid::ItemImportRequestUserAuth ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **user_id** | **String** | Opaque user identifier | | | **auth_token** | **String** | Authorization token Plaid will use to aggregate this user’s accounts | | ## Example ```ruby require 'plaid' instance = Plaid::ItemImportRequestUserAuth.new( user_id: null, auth_token: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems