Microsoft.Identity.Client.Platforms.iOS.EmbeddedWebview.MsalAuthenticationAgentUIViewController
namespace Microsoft.Identity.Client.Platforms.iOS.EmbeddedWebview
{
internal class MsalAuthenticationAgentUIViewController
{
public delegate void ReturnCodeCallback (AuthorizationResult result);
public ReturnCodeCallback CallbackMethod { get; }
public string Callback { get; }
public MsalAuthenticationAgentUIViewController(string url, string callback, ReturnCodeCallback callbackMethod);
protected WKWebView PrepareWKWebView();
public void CancelAuthentication(object sender, EventArgs e);
}
}