Class: HTTPX::Plugins::NTLMV2Auth::Authenticator
- Inherits:
-
Object
- Object
- HTTPX::Plugins::NTLMV2Auth::Authenticator
- Defined in:
- sig/plugins/ntlm_v2_auth.rbs
Instance Method Summary collapse
- #authenticate ⇒ String
- #can_authenticate? ⇒ boolish
-
#initialize ⇒ Authenticator
constructor
A new instance of Authenticator.
- #negotiate ⇒ String
Constructor Details
#initialize ⇒ Authenticator
Returns a new instance of Authenticator.
17 |
# File 'sig/plugins/ntlm_v2_auth.rbs', line 17
def initialize: (string user, string password, ?domain: String?) -> void
|
Instance Method Details
#authenticate ⇒ String
11 |
# File 'sig/plugins/ntlm_v2_auth.rbs', line 11
def authenticate: (Request request, String authenticate) -> String
|
#can_authenticate? ⇒ boolish
9 |
# File 'sig/plugins/ntlm_v2_auth.rbs', line 9
def can_authenticate?: (String? www_authenticate) -> boolish
|
#negotiate ⇒ String
13 |
# File 'sig/plugins/ntlm_v2_auth.rbs', line 13
def negotiate: () -> String
|