# File lib/deltacloud/helpers/application_helper.rb, line 59
  def driver_auth_feature_name
    return 'key' if driver_has_feature?(:authentication_key)
    return 'password' if driver_has_feature?(:authentication_password)
  end