/* Copyright (c) 2017-2018 Dovecot authors, see the included COPYING file */
#include "auth-common.h"
#include "passdb.h"
#include "db-oauth2.h"
struct oauth2_passdb_module {
};
static void
struct auth_request *request)
{
if (result == PASSDB_RESULT_INTERNAL_FAILURE)
error);
else if (result != PASSDB_RESULT_OK)
error);
}
static void
{
}
static struct passdb_module *
{
}
{
}
"oauth2",
NULL,
NULL,
};