Microsoft.Identity.Client.AuthenticationContinuationHelper
Static class that consumes the response from the Authentication flow and continues token acquisition. This class should be called in OnActivityResult() of the activity doing authentication.
public static void SetAuthenticationContinuationEventArgs(int requestCode, Result resultCode, Intent data)
Sets authentication response from the webview for token acquisition continuation.