# File lib/doorkeeper/request.rb, line 12
    def authorization_strategy(response_type)
      get_strategy response_type, authorization_response_types
    rescue NameError
      raise Errors::InvalidAuthorizationStrategy
    end