# File lib/nats/client.rb, line 772
  def auth_connection?
    !@uri.user.nil? || @options[:token]
  end