Create a SASL/PLAIN authenticator.
The PLAIN mechanism sends a single message containing: \0{username}\0{password} (UTF-8 encoded).
\0{username}\0{password}
https://tools.ietf.org/html/rfc4616
Create a SASL/PLAIN authenticator.
The PLAIN mechanism sends a single message containing:
\0{username}\0{password}(UTF-8 encoded).