pickForSasl2 method
Tells the negotiator that it has been selected as the SASL negotiator for SASL2.
Implementation
void pickForSasl2() {
_pickedForSasl2 = true;
}
Tells the negotiator that it has been selected as the SASL negotiator for SASL2.
void pickForSasl2() {
_pickedForSasl2 = true;
}