Sha256: 6d235feb5b8151fb728f72063eda8612011b6f58c0fddfd3452b7efbac9a048d
Contents?: true
Size: 595 Bytes
Versions: 4
Compression:
Stored size: 595 Bytes
Contents
# Plaid::SandboxPublicTokenCreateResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **public_token** | **String** | A public token that can be exchanged for an access token using `/item/public_token/exchange` | | | **request_id** | **String** | A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. | | ## Example ```ruby require 'plaid' instance = Plaid::SandboxPublicTokenCreateResponse.new( public_token: null, request_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems