OsCapabilitiesExtensions.IsSystemWebViewAvailable Method

Definition

Returns true if MSAL can use a system browser.

C#
public static bool IsSystemWebViewAvailable(this Microsoft.Identity.Client.IPublicClientApplication publicClientApplication);

Parameters

publicClientApplication
IPublicClientApplication

Returns

Remarks

On Windows, Mac and Linux a system browser can always be used, except in cases where there is no UI, e.g. SSH connection. On Android, the browser must support tabs.

Applies to

Prodotto Versioni
Microsoft Authentication Library for .NET (MSAL.NET) latest