SASL information. More...
#include <sasl.hpp>
Public Types | |
| enum | outcome { NONE, OK, AUTH, SYS, PERM, TEMP } |
| The result of the SASL negotiation. More... | |
Public Member Functions | |
| enum outcome | outcome () const |
| Get the outcome. | |
| std::string | user () const |
| Get the user name. | |
| std::string | mech () const |
| Get the mechanism. | |
SASL information.
| enum outcome |