Class | HTTPClient::NegotiateAuth |
In: |
lib/httpclient/auth.rb
|
Parent: | Object |
Authentication filter for handling Negotiate/NTLM negotiation. Used in WWWAuth and ProxyAuth.
NegotiateAuth depends on ‘ruby/ntlm’ module.
ntlm_opt | [R] | NTLM opt for ruby/ntlm. {:ntlmv2 => true} by default. |
scheme | [R] | Authentication scheme. |
Resets challenge state. Do not send ’*Authorization’ header until the server sends ’*Authentication’ again.