Remove authorization data for a user
void removeUserData(String userId) { _userData.remove(userId); }