Example #1
0
 def done(self, outcome):
     pn_sasl_done(self._sasl, outcome)
Example #2
0
 def done(self, outcome):
     """
     Set the outcome of SASL negotiation. Used by the server to set the
     result of the negotiation process.
     """
     pn_sasl_done(self._sasl, outcome)
Example #3
0
 def done(self, outcome):
     pn_sasl_done(self._sasl, outcome)