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.24.7 sig/plugins/authentication/basic.rbs
httpx-0.24.6 sig/plugins/authentication/basic.rbs
httpx-0.24.5 sig/plugins/authentication/basic.rbs
httpx-0.24.4 sig/plugins/authentication/basic.rbs
httpx-0.24.3 sig/plugins/authentication/basic.rbs
httpx-0.24.2 sig/plugins/authentication/basic.rbs
httpx-0.24.1 sig/plugins/authentication/basic.rbs
httpx-0.24.0 sig/plugins/authentication/basic.rbs
httpx-0.23.4 sig/plugins/authentication/basic.rbs
httpx-0.23.3 sig/plugins/authentication/basic.rbs
httpx-0.23.2 sig/plugins/authentication/basic.rbs
httpx-0.23.1 sig/plugins/authentication/basic.rbs
httpx-0.23.0 sig/plugins/authentication/basic.rbs
httpx-0.22.5 sig/plugins/authentication/basic.rbs
httpx-0.22.4 sig/plugins/authentication/basic.rbs
httpx-0.22.3 sig/plugins/authentication/basic.rbs
httpx-0.22.2 sig/plugins/authentication/basic.rbs
httpx-0.22.1 sig/plugins/authentication/basic.rbs
httpx-0.22.0 sig/plugins/authentication/basic.rbs
httpx-0.21.1 sig/plugins/authentication/basic.rbs