# File lib/rhc/wizard.rb, line 100
    def auth(reset=false)
      @auth = nil if reset
      @auth ||= begin
          if options.token
            token_auth
          else
            core_auth
          end
        end
    end