PublicClientApplication.IsSystemWebViewAvailable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.