Fetches all API keys associated with the user.
Future<List<ApiKey>> fetchAll() async { _user._ensureLoggedIn('fetch all API keys'); return realmCore.fetchAllApiKeys(_user); }