Module authentication

Source
Expand description

Provides limited SASL authentication mechanisms

Structs§

Credentials
Contains user credentials

Enums§

Mechanism
Represents authentication mechanisms

Constants§

DEFAULT_ENCRYPTED_MECHANISMS
Accepted authentication mechanisms on an encrypted connection Trying LOGIN last as it is deprecated.
DEFAULT_UNENCRYPTED_MECHANISMS
Accepted authentication mechanisms on an unencrypted connection

Traits§

IntoCredentials
Convertible to user credentials