View Source Plaid.Item.ExchangePublicTokenResponse (elixir_plaid v1.2.1)

Plaid API /item/public_token/exchange response schema.

Link to this section Summary

Link to this section Types

Specs

t() :: %Plaid.Item.ExchangePublicTokenResponse{
  access_token: String.t(),
  item_id: String.t(),
  request_id: String.t()
}