Class: HTTPX::Plugins::NTLMV2Auth::Authenticator

Inherits:
Object
  • Object
show all
Defined in:
sig/plugins/ntlm_v2_auth.rbs

Instance Method Summary collapse

Constructor Details

#initializeAuthenticator

Returns a new instance of Authenticator.

Parameters:

  • user (string)
  • password (string)
  • domain: (String, nil)


17
# File 'sig/plugins/ntlm_v2_auth.rbs', line 17

def initialize: (string user, string password, ?domain: String?) -> void

Instance Method Details

#authenticateString

Parameters:

  • request (Request)
  • authenticate (String)

Returns:

  • (String)


11
# File 'sig/plugins/ntlm_v2_auth.rbs', line 11

def authenticate: (Request request, String authenticate) -> String

#can_authenticate?boolish

Parameters:

  • www_authenticate (String, nil)

Returns:

  • (boolish)


9
# File 'sig/plugins/ntlm_v2_auth.rbs', line 9

def can_authenticate?: (String? www_authenticate) -> boolish

#negotiateString

Returns:

  • (String)


13
# File 'sig/plugins/ntlm_v2_auth.rbs', line 13

def negotiate: () -> String