# File lib/deltacloud/models/instance.rb, line 69
  def authn_feature_failed?
    return true unless authn_error.nil?
  end