Module vsmtp_rule_engine::api::auth
Expand description
Authentication systems.
Functions
- Get authentication credentials from the client.
- Get the
anonymous_tokenproperty of the connection. Can only be use on ‘AnonymousToken’ authentication typed credentials. - Get the
authidproperty of the connection. Can only be use on ‘Verify’ authentication typed credentials. - Get the
authpassproperty of the connection. Can only be use on ‘Verify’ authentication typed credentials. - Get the type of the
authproperty of the connection. - Check if the client is authenticated.
- Process the SASL authentication mechanism.