Sha256: cc9df182369d2582fc76e744ed585dbe1ee9e0c739970a6a83da7e300359e484

Contents?: true

Size: 416 Bytes

Versions: 47

Compression:

Stored size: 416 Bytes

Contents

module HTTPX
  module Plugins
    module Authentication
      class Ntlm
        @user: String
        @password: String
        @domain: String?

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

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

        private

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

      end
    end
  end
end

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
httpx-1.3.4 sig/plugins/auth/ntlm.rbs
httpx-1.3.3 sig/plugins/auth/ntlm.rbs
httpx-1.3.2 sig/plugins/auth/ntlm.rbs
httpx-1.3.1 sig/plugins/auth/ntlm.rbs
httpx-1.3.0 sig/plugins/auth/ntlm.rbs
httpx-1.2.6 sig/plugins/auth/ntlm.rbs
httpx-1.2.4 sig/plugins/auth/ntlm.rbs
httpx-1.2.3 sig/plugins/auth/ntlm.rbs
httpx-1.2.2 sig/plugins/auth/ntlm.rbs
httpx-1.2.1 sig/plugins/auth/ntlm.rbs
httpx-1.2.0 sig/plugins/auth/ntlm.rbs
httpx-1.1.5 sig/plugins/auth/ntlm.rbs
httpx-1.1.4 sig/plugins/auth/ntlm.rbs
httpx-1.1.3 sig/plugins/auth/ntlm.rbs
httpx-1.1.2 sig/plugins/auth/ntlm.rbs
httpx-1.1.1 sig/plugins/auth/ntlm.rbs
httpx-1.1.0 sig/plugins/auth/ntlm.rbs
httpx-1.0.2 sig/plugins/auth/ntlm.rbs
httpx-0.24.7 sig/plugins/authentication/ntlm.rbs
httpx-1.0.1 sig/plugins/auth/ntlm.rbs