onSasl2Failure method

Future<void> onSasl2Failure(
  1. XMLNode response
)

Called by the SASL2 negotiator when the SASL2 negotiations have failed. response is the entire response nonza.

Implementation

Future<void> onSasl2Failure(XMLNode response) async {}