#include <kvstore.h> kv_error_t kv_store_logout(kv_store_t *store)
Logs the store handle out of the store. The handle remains valid,
but you should not use it with any functions except
kv_close_store() or kv_store_login(). Once logged out, all other
functions will return KV_AUTH_FAILURE
.