E-MailRelay
|
Result structure returned from GAuth::SaslClient::response. More...
#include <gsaslclient.h>
Public Attributes | |
bool | sensitive {true} |
bool | error {true} |
bool | final {false} |
std::string | data |
Result structure returned from GAuth::SaslClient::response.
Definition at line 44 of file gsaslclient.h.
std::string GAuth::SaslClient::Response::data |
Definition at line 49 of file gsaslclient.h.
bool GAuth::SaslClient::Response::error {true} |
Definition at line 47 of file gsaslclient.h.
bool GAuth::SaslClient::Response::final {false} |
Definition at line 48 of file gsaslclient.h.
bool GAuth::SaslClient::Response::sensitive {true} |
Definition at line 46 of file gsaslclient.h.