27 bool allow_pop ,
const std::string & config ,
const std::string & challenge_domain )
29 return std::make_unique<SaslServerBasic>( secrets , allow_pop , config , challenge_domain ) ;
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.