| Package | Description |
|---|---|
| com.force.api |
| Modifier and Type | Method and Description |
|---|---|
static ApiSession |
Auth.authenticate(ApiConfig c) |
static ApiSession |
Auth.completeOAuthWebServerFlow(AuthorizationResponse res) |
static ApiSession |
Auth.oauthLoginPasswordFlow(ApiConfig c) |
static ApiSession |
Auth.refreshOauthTokenFlow(ApiConfig config,
String refreshToken) |
ApiSession |
ApiSession.setAccessToken(String accessToken) |
ApiSession |
ApiSession.setApiEndpoint(String apiEndpoint) |
ApiSession |
ApiSession.setRefreshToken(String value) |
static ApiSession |
Auth.soaploginPasswordFlow(ApiConfig c) |
| Constructor and Description |
|---|
ForceApi(ApiConfig config,
ApiSession session) |
ForceApi(ApiSession session) |
Copyright © 2016. All rights reserved.