A struct to represent Flickr consumer key and secret
t() :: %Flickrex.Client.Consumer{key: String.t | nil, secret: String.t | nil}