type WatchedCredentialRef = Arc<Mutex<HashMap<String, (Vec<u8>, PermissionMode)>>>;
struct WatchedCredentialRef { /* private fields */ }