OsCapabilitiesExtensions Class
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.
Extension methods
public static class OsCapabilitiesExtensions
type OsCapabilitiesExtensions = class
Public Module OsCapabilitiesExtensions
- Inheritance
-
OsCapabilitiesExtensions
Methods
GetCertificate(IConfidentialClientApplication) |
Returns the certificate used to create this ConfidentialClientApplication, if any. |
IsEmbeddedWebViewAvailable(IPublicClientApplication) |
Returns true if MSAL can use an embedded webview (browser). |
IsSystemWebViewAvailable(IPublicClientApplication) |
Returns true if MSAL can use a system browser. |
IsUserInteractive(IPublicClientApplication) |
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>) |