Package | Description |
---|---|
com.salesforce.androidsdk.rest |
Modifier and Type | Method and Description |
---|---|
static ClientManager.LoginOptions |
ClientManager.LoginOptions.fromBundle(Bundle options)
Build a LoginOptions from the given bundle
|
static ClientManager.LoginOptions |
ClientManager.LoginOptions.fromBundleWithSafeLoginUrl(Bundle options)
Build a LoginOptions from the given bundle
If the loginUrl in options is not one of the login servers, then the selected login server is used instead.
|
Constructor and Description |
---|
ClientManager(Context ctx,
java.lang.String accountType,
ClientManager.LoginOptions loginOptions,
boolean revokedTokenShouldLogout)
Construct a ClientManager using a custom account type.
|