auth_type=(auth_type)
Sets the auth type for remote service.
# File activeresource/lib/active_resource/connection.rb, line 63 def auth_type=(auth_type) @auth_type = legitimize_auth_type(auth_type) end