21#ifndef G_SASL_CLIENT_SECRETS_H
22#define G_SASL_CLIENT_SECRETS_H
30 class SaslClientSecrets ;
An interface used by GAuth::SaslClient to obtain a client id and its authentication secret.
virtual Secret clientSecret(const std::string &type) const =0
Returns the client secret for the given type.
Encapsulates a shared secret from the secrets file plus the associated userid.
A trivial mix-in interface containing a valid() method.
SASL authentication classes.