SaslCredentialsInput.external constructor
EXTERNAL: authenticates with the TLS client certificate already on the connection, so no
password is needed at all.
Implementation
factory SaslCredentialsInput.external() =>
SaslCredentialsInput._({'mechanism': 'external'});