Using App Center Auth and Azure B2C to Authenticate with Azure Functions
问题 I am attempting to use AppCenter authentication flow in my Xamarin Application with Azure B2C to authenticate with a Azure function and retrieve the user id. in App.xaml.cs using System; using Xamarin.Essentials; using Xamarin.Forms; using Xamarin.Forms.Xaml; using Rooms.Services; using Rooms.Views; using Microsoft.AppCenter; using Microsoft.AppCenter.Auth; using System.Threading; using System.Net.Http; using System.Net.Http.Headers; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using