ws1-client-sdk/com.airwatch.sdk/SDKManager/isSSOEnabled
isSSOEnabled¶
open fun isSSOEnabled(): Boolean
Determines if the Single Sign On feature is enabled for the 3rd party application.
Access Level = NONE (for details on access permission please check SDKManager)
Return¶
true if the feature is enabled or if the requester is a non-AirWatch app; false otherwise.
Throws¶
| Exception | Condition |
|---|---|
| com.airwatch.sdk.AirWatchSDKException | if API is not available in Anchor Application or binding with Anchor app fails |