Package-level declarations
Types
Link copied to clipboard
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
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
Classes responsible for reading runtime configurations (from MDM provider).