# File lib/active_resource/connection.rb, line 62
    def auth_type=(auth_type)
      @auth_type = legitimize_auth_type(auth_type)
    end