# File lib/em-http/middleware/oauth2.rb, line 7
      def initialize(opts={})
        self.access_token = opts[:access_token] or raise "No :access_token provided"
      end