Sha256: df319ae64671d06b7e8deceebe792bfab93ce67ae3ba2c49926828323bc8a871

Contents?: true

Size: 293 Bytes

Versions: 20

Compression:

Stored size: 293 Bytes

Contents

module HTTPX
  module Plugins
    module Authorization
      module InstanceMethods
        def authorization: (string token) -> instance

        def bearer_auth: (string token) -> instance
      end
    end

    type sessionAuthorization = Session & Authorization::InstanceMethods
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

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