# File lib/active_resource/base.rb, line 472
      def auth_type
        if defined?(@auth_type)
          @auth_type
        end
      end