Method: HTTPClient::SSPINegotiateAuth#set
- Defined in:
- lib/httpclient/auth.rb
#set(*args) ⇒ Object
Set authentication credential. NOT SUPPORTED: username and necessary data is retrieved by win32/sspi. See win32/sspi for more details.
654 655 656 |
# File 'lib/httpclient/auth.rb', line 654 def set(*args) # not supported end |