#ifndef Identity_H
#define Identity_H

#include <jsi/jsi.h>

using namespace facebook::jsi;

namespace sharedjsi
{
Function ditto_identity_config_make_online_playground(Runtime &runtime);
Function ditto_identity_config_make_offline_playground(Runtime &runtime);
Function ditto_identity_config_make_manual_v0(Runtime &runtime);
Function ditto_identity_config_make_shared_key(Runtime &runtime);
Function ditto_identity_config_make_online_with_authentication(Runtime &runtime);
}

#endif /* Identity_H */
