Sets the authenticated user from a map (backward compatibility).
void setUser(Map<String, dynamic> userData) { final authenticatable = MapAuthenticatable(userData); setUserAuthenticatable(authenticatable); }