21#ifndef G_SASL_SERVER_FACTORY_H
22#define G_SASL_SERVER_FACTORY_H
33 class SaslServerFactory ;
43 bool allow_pop ,
const std::string & config ,
44 const std::string & challenge_domain ) ;
Provides a factory function for SaslServer instances.
static std::unique_ptr< SaslServer > newSaslServer(const SaslServerSecrets &, bool allow_pop, const std::string &config, const std::string &challenge_domain)
A factory function for a SaslServer.
An interface used by GAuth::SaslServer to obtain authentication secrets.
SASL authentication classes.