| Package | Description |
|---|---|
| com.salesforce.androidsdk.rest |
| Modifier and Type | Class and Description |
|---|---|
static class |
RestClient.UnauthenticatedClientInfo
Use a unauthenticated client info when do not need authentication support (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
RestClient.ClientInfo |
RestClient.getClientInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
RestClient.setClientInfo(RestClient.ClientInfo clientInfo)
Set the client info.
|
void |
RestClient.OAuthRefreshInterceptor.setClientInfo(RestClient.ClientInfo clientInfo) |
| Constructor and Description |
|---|
OAuthRefreshInterceptor(RestClient.ClientInfo clientInfo,
java.lang.String authToken,
RestClient.AuthTokenProvider authTokenProvider)
Constructs a SalesforceHttpInterceptor with the given clientInfo, authToken and authTokenProvider.
|
RestClient(RestClient.ClientInfo clientInfo,
java.lang.String authToken,
HttpAccess httpAccessor,
RestClient.AuthTokenProvider authTokenProvider)
Constructs a RestClient with the given clientInfo, authToken, httpAccessor and authTokenProvider.
|