class Doorkeeper::Server

def token_request(strategy)

def token_request(strategy)
  klass = Request.token_strategy(strategy)
  klass.new(self)
end