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