Sha256: 635bb6b7f9bcdd2971aaf8dc7664bf96b61205cb5876ba3d24c5c653371dac95

Contents?: true

Size: 356 Bytes

Versions: 27

Compression:

Stored size: 356 Bytes

Contents

module HTTPX
  module Plugins
    module Authentication
      class Basic
        @user: String
        @password: String

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

        def authenticate: (*untyped) -> String

        private

        def initialize: (string user, string password, *untyped) -> void

      end
    end
  end
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
httpx-0.21.0 sig/plugins/authentication/basic.rbs
httpx-0.20.5 sig/plugins/authentication/basic.rbs
httpx-0.20.4 sig/plugins/authentication/basic.rbs
httpx-0.20.3 sig/plugins/authentication/basic.rbs
httpx-0.20.2 sig/plugins/authentication/basic.rbs
httpx-0.20.1 sig/plugins/authentication/basic.rbs
httpx-0.20.0 sig/plugins/authentication/basic.rbs