How can the Xamarin app know who has authenticated via the web app inside the WebForm (Razor page/view)? Basically we want to wrap the whole website inside the Xamarin WebView. We are using .net Core Identity (not Identity Server) for authentication on the web app (with usernames/passwords).
The web-app has the login page and we want to make Xamarin-app (that wraps the web-app) be aware of who is logged in, so we can send notifications, etc.