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