lib/submodules/ably-ruby/lib/ably/realtime/auth.rb in ably-rest-1.2.4 vs lib/submodules/ably-ruby/lib/ably/realtime/auth.rb in ably-rest-1.2.6

- old
+ new

@@ -224,9 +224,13 @@ # def auth_header_sync auth_sync.auth_header end + def client_id_for_request_sync + auth_sync.client_id_for_request + end + # Auth params used in URI endpoint for Realtime connections # Will reauthorize implicitly if required and capable # # @return [Ably::Util::SafeDeferrable] # @yield [Hash] Auth params for a new Realtime connection