Get the current user's WebID.
static Future<String?> getWebId() async { return await AuthDataManager.getWebId(); }