Holds the Dropbox access token used to authenticate every request.
client = Magpie.Client.new("ACCESS_TOKEN")
Summary
Types
@type access_token() :: %{access_token: binary()}
@type m() :: %Magpie.Client{access_token: term()}
@type t() :: %Magpie.Client{access_token: access_token()}
Functions
@spec new() :: m()
@spec new(access_token()) :: t()