Sha256: 66cbddf6992482279fb6b2f60540848eab67ba36b9d757933f71bd1ea19e964d
Contents?: true
Size: 297 Bytes
Versions: 6
Compression:
Stored size: 297 Bytes
Contents
module HTTPX module Plugins module Authentication module InstanceMethods def authentication: (string token) -> instance def bearer_auth: (string token) -> instance end end type sessionAuthentication = Session & Authentication::InstanceMethods end end
Version data entries
6 entries across 6 versions & 1 rubygems