Holds data necessary for an operation to request an access token.
t() :: %Flickrex.Operation.Auth.AccessToken{ http_headers: term(), oauth_token: term(), oauth_token_secret: term(), oauth_verifier: term(), parser: term(), path: term(), service: term() }