Package-level declarations

Types

Link copied to clipboard
abstract class AbstractPrefsManager
Link copied to clipboard
This class represents custom permissions for a connected app set by the org admin.
Link copied to clipboard
This class represents custom settings for a connected app set by the org admin.
Link copied to clipboard
open class BootConfig
Class encapsulating the application configuration (consumer key, oauth scopes, refresh behavior).
Link copied to clipboard
Class to manage login hosts (default and user entered).
Link copied to clipboard
data class OAuthConfig(val consumerKey: String, val redirectUri: String, val scopes: List<String>? = null) : Parcelable
Link copied to clipboard
open class RuntimeConfig
Classes responsible for reading runtime configurations (from MDM provider).