Microsoft.Identity.Client.Platforms.iOS.SystemWebview.ASWebAuthenticationPresentationContextProviderWindow
class ASWebAuthenticationPresentationContextProviderWindow : NSObject, IASWebAuthenticationPresentationContextProviding, INativeObject, IDisposable
namespace Microsoft.Identity.Client.Platforms.iOS.SystemWebview
{
internal class ASWebAuthenticationPresentationContextProviderWindow : IDisposable
{
public UIWindow GetPresentationAnchor(ASWebAuthenticationSession session);
public ASWebAuthenticationPresentationContextProviderWindow();
}
}