Method: HTTPClient::NegotiateAuth#initialize
- Defined in:
- lib/httpclient.rb
#initialize ⇒ NegotiateAuth
Returns a new instance of NegotiateAuth.
520 521 522 523 |
# File 'lib/httpclient.rb', line 520 def initialize @challenge = {} @scheme = "Negotiate" end |