OsCapabilitiesExtensions.IsUserInteractive(IPublicClientApplication) Method
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 false when the program runs in headless OS, for example when SSH-ed into a Linux machine. Browsers (webviews) and brokers cannot be used if there is no UI support. Instead, please use AcquireTokenWithDeviceCode(IEnumerable<String>, Func<DeviceCodeResult,Task>) or AcquireTokenByIntegratedWindowsAuth(IEnumerable<String>)
public static bool IsUserInteractive (this Microsoft.Identity.Client.IPublicClientApplication publicClientApplication);
static member IsUserInteractive : Microsoft.Identity.Client.IPublicClientApplication -> bool
<Extension()>
Public Function IsUserInteractive (publicClientApplication As IPublicClientApplication) As Boolean
Parameters
- publicClientApplication
- IPublicClientApplication