class Doorkeeper::OAuth::BaseRequest

def after_successful_response

def after_successful_response
  Doorkeeper.configuration.after_successful_strategy_response.call(self, @response)
end