# Functions
NewAuthManager returns a new authenticator manager.
NewCertificateAuthenticator returns a new certificate authenticator.
NewClearTextPasswordAuthenticatorWith returns a new authenticator with the specified username and password.
WithCommonName returns an authenticator option to set the common name.
# Variables
No description provided by the author
# Structs
AuthManager represent an authenticator manager.
CertificateAuthenticator represents an authenticator for TLS certificates.
ClearTextPasswordAuthenticator represents an authenticator for the cleartext password.
# Interfaces
Authenticator represents an authenticator interface.
Conn represents a connection.
# Type aliases
CertificateAuthenticatorOption represents an authenticator option.