A struct to represent Flickr temporary request token and secret
t() :: %Flickrex.Client.Request{secret: String.t | nil, token: String.t | nil}