I'm trying to access the current logged in user's data in Xamarin.Forms but there seems to be no answer online, I'm not trying to get the device's owner data, just the data about the user currently logged in to the app and using it such as its Id etc to query the user's Favorites and related data.
My app gets the user's identity from an ASP.NET CORE / .NET 5 API using Identity and JWT Tokens.
I know how to do it in ASP.NET CORE but I don't know how to access that information in Xamarin.Forms.
Thank you so much for your help !