sig/plugins/authentication.rbs in httpx-0.24.1 vs sig/plugins/authentication.rbs in httpx-0.24.2

- old
+ new

@@ -1,9 +1,11 @@ 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