#ifndef DSASL_CLIENT_PRIVATE_H
#define DSASL_CLIENT_PRIVATE_H
#include "dsasl-client.h"
struct dsasl_client {
char *password;
};
struct dsasl_client_mech {
const char *name;
const char **error_r);
const char **error_r);
const char **error_r);
const char **error_r);
};
extern const struct dsasl_client_mech dsasl_client_mech_external;
extern const struct dsasl_client_mech dsasl_client_mech_login;
extern const struct dsasl_client_mech dsasl_client_mech_oauthbearer;
extern const struct dsasl_client_mech dsasl_client_mech_xoauth2;
#endif