diff Plugin/CachedAuthorizationService.cpp @ 109:7381a7674b36

wip: adding labels
author Alain Mazy <am@osimis.io>
date Fri, 18 Aug 2023 12:08:49 +0200
parents e381ba725669
children 43154740ea2e
line wrap: on
line diff
--- a/Plugin/CachedAuthorizationService.cpp	Mon Aug 14 10:25:40 2023 +0200
+++ b/Plugin/CachedAuthorizationService.cpp	Fri Aug 18 12:08:49 2023 +0200
@@ -113,7 +113,7 @@
 
   
   bool CachedAuthorizationService::GetUserProfileInternal(unsigned int& validity,
-                                                          Json::Value& profile /* out */,
+                                                          UserProfile& profile /* out */,
                                                           const Token* token,
                                                           const std::string& tokenValue)
   {