Module vsmtp_rule_engine::api::auth

Expand description

Authentication systems.

Functions

  • Get authentication credentials from the client.
  • Get the anonymous_token property of the connection. Can only be use on ‘AnonymousToken’ authentication typed credentials.
  • Get the authid property of the connection. Can only be use on ‘Verify’ authentication typed credentials.
  • Get the authpass property of the connection. Can only be use on ‘Verify’ authentication typed credentials.
  • Get the type of the auth property of the connection.
  • Check if the client is authenticated.
  • Process the SASL authentication mechanism.