PublicClientApplication.IsSystemWebViewAvailable Property

Definition

Returns true if MSAL can use a system browser.

public bool IsSystemWebViewAvailable { get; }
member this.IsSystemWebViewAvailable : bool
Public ReadOnly Property IsSystemWebViewAvailable As Boolean

Property Value

Returns true if MSAL can use the system web browser.

Implements

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