sig/plugins/oauth.rbs in httpx-0.24.7 vs sig/plugins/oauth.rbs in httpx-1.0.0

- old
+ new

@@ -41,10 +41,10 @@ interface _AwsSdkOptions def oauth_session: () -> OAuthSession? end module InstanceMethods - def oauth_authentication: (**untyped args) -> instance + def oauth_auth: (**untyped args) -> instance def with_access_token: () -> instance end end