Package | Description |
---|---|
com.salesforce.androidsdk.rest |
Modifier and Type | Class and Description |
---|---|
static class |
ClientManager.AccMgrAuthTokenProvider
AuthTokenProvider implementation that calls out to the AccountManager to get a new access token.
|
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.
|