Microsoft.Identity.Client.PublicClientApplication.CreateWebAuthenticationDialog C# (CSharp) Метод

CreateWebAuthenticationDialog() приватный Метод

private CreateWebAuthenticationDialog ( IPlatformParameters parameters ) : IWebUI
parameters IPlatformParameters
Результат IWebUI
        internal IWebUI CreateWebAuthenticationDialog(IPlatformParameters parameters)
        {
            return PlatformPlugin.WebUIFactory.CreateAuthenticationDialog(parameters);
        }