onSasl2Success abstract method

Future<Result<bool, NegotiatorError>> onSasl2Success(
  1. XMLNode response
)

Called by the SASL2 negotiator when the SASL2 negotiations are done. response is the entire response nonza. This method is only called when the previous element contains an item with xmlns equal to negotiatingXmlns.

Implementation

Future<Result<bool, NegotiatorError>> onSasl2Success(XMLNode response);