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