Method: HTTPClient::NegotiateAuth#initialize

Defined in:
lib/httpclient.rb

#initializeNegotiateAuth

Returns a new instance of NegotiateAuth.



520
521
522
523
# File 'lib/httpclient.rb', line 520

def initialize
  @challenge = {}
  @scheme = "Negotiate"
end