Microsoft.Identity.Client.AuthenticationContinuationHelper
Static class that consumes the response from the Authentication flow and continues token acquisition. This class should be called in ApplicationDelegate whenever app loads/reloads.
Returns if the response is from the broker app. See https://aka.ms/msal-net-ios-13-broker
for more details.
Sets response for continuing authentication flow. This function will return true if the response was meant for MSAL, else it will return false.
Sets broker response for continuing authentication flow.