Пример #1
0
    def authenticated(self):
        """
        Indicate whether the transport connection is authenticated.

        .. note:: This property may not be stable until the :const:`Event.CONNECTION_REMOTE_OPEN`
            event is received.

        :type: ``bool``
        """
        return pn_transport_is_authenticated(self._impl)
Пример #2
0
 def authenticated(self):
     return pn_transport_is_authenticated(self._impl)
Пример #3
0
 def authenticated(self):
     return pn_transport_is_authenticated(self._impl)