class Github::Request::OAuth2

def initialize(app, *args)

def initialize(app, *args)
  super app
  @app = app
  @token = args.shift
end