Current section

Files

Jump to
exshopify lib shopify session private.ex
Raw

lib/shopify/session/private.ex

defmodule Shopify.Session.Private do
@type t :: %__MODULE__{api_key: binary, password: binary, shop_name: binary}
defstruct api_key: nil, password: nil, shop_name: nil
end