Sha256: 5c0890bee175e7b985f0fc11b04aa4b221ad2da14e6291fb3c74215198a5ba6a
Contents?: true
Size: 478 Bytes
Versions: 20
Compression:
Stored size: 478 Bytes
Contents
module HTTPX module Plugins module NTLMAuth interface _NTLMOptions def ntlm: () -> Authentication::Ntlm? end def self.extra_options: (Options) -> (Options & _NTLMOptions) def self.load_dependencies: (*untyped) -> void module InstanceMethods def ntlm_auth: (string user, string password, ?string? domain) -> instance end end type sessionNTLMAuth = sessionAuthorization & NTLMAuth::InstanceMethods end end
Version data entries
20 entries across 20 versions & 1 rubygems