Hello everyone, I would like to return some custom information to the Client when performing a custom authentication in construct3...
example below:
{ "ResultCode": 1, "UserId": "SomeUniqueStringId", "Nickname": "SomeNiceDisplayName" , "Data": { "avatar": "linktoAvatar", "Level": 10 } }
Is there any way to read the results of : "Data" -> "avatar" and "Data" -> "Level" ???