class RaptorIO::Protocol::HTTP::Request::Manipulators::Authenticators::NTLM

Implements HTTP NTLM authentication.

@author Tasos Laskos

Public Instance Methods

provider() click to toggle source
# File lib/raptor-io/protocol/http/request/manipulators/authenticators/ntlm.rb, line 19
def provider
  'NTLM'
end