You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// SASL based authentication with broker. While there are multiple SASL authentication methods// the current implementation is limited to plaintext (SASL/PLAIN) authenticationSASLstruct {
// User is the authentication identity (authcid) to present for// SASL/PLAIN or SASL/SCRAM authenticationUserstring// Password for SASL/PLAIN authenticationPasswordstring// authz id used for SASL/SCRAM authentication
No description provided.
The text was updated successfully, but these errors were encountered: