# File lib/deltacloud/helpers/application_helper.rb, line 55
  def driver_has_auth_features?
    driver_has_feature?(:authentication_password) || driver_has_feature?(:authentication_key)
  end