32 return std::auto_ptr<SaslServer>(
new SaslServerBasic(secrets,b1,b2) ) ;
An implementation of the SaslServer interface.
static std::auto_ptr< SaslServer > newSaslServer(const SaslServer::Secrets &, bool, bool)
A factory function for a SaslServer.
An interface used by GAuth::SaslServer to obtain authentication secrets.