shouldRetrySasl method

bool shouldRetrySasl()

When SASL2 fails, should we retry (true) or just fail (false). Defaults to just returning false.

Implementation

bool shouldRetrySasl() => false;