Microsoft.Identity.Client.PublicClientApplication.CreateWebAuthenticationDialog C# (CSharp) Méthode

CreateWebAuthenticationDialog() private méthode

private CreateWebAuthenticationDialog ( IPlatformParameters parameters ) : IWebUI
parameters IPlatformParameters
Résultat IWebUI
        internal IWebUI CreateWebAuthenticationDialog(IPlatformParameters parameters)
        {
            return PlatformPlugin.WebUIFactory.CreateAuthenticationDialog(parameters);
        }