Setup Web Authenticator in Xamarin Essentials for local Android development
问题 I am trying to setup development environment to integrate Google sign-in on Android using Web Authenticator in Xamarin Essentials. In the Web API project, same AuthController is included described in this article. It is running on https://localhost:44311/api To call the API from emulator, API url is referenced as https://10.0.2.2:43411/api as described in this article. Now, I am able to call the API url using await WebAuthenticator.AuthenticateAsync(apiUrl, callbackUrl) But, when API tries to