# File lib/rhc/rest/httpclient.rb, line 105
        def user
          (@user.call if @user.respond_to?(:call)) or @user
        end