httpx/sig/plugins/authentication.rbs
2020-10-27 17:00:44 +00:00

12 lines
253 B
Plaintext

module HTTPX
module Plugins
module Authentication
module InstanceMethods
def authentication: (string token) -> instance
end
end
type sessionAuthentication = Session & Plugins::Authentication::InstanceMethods
end
end