Package | Description |
---|---|
io.sphere.sdk.client |
Provides types to connect to the API via HTTPS.
|
Modifier and Type | Method and Description |
---|---|
static SphereClient |
SphereClient.of(SphereApiConfig config,
HttpClient httpClient,
SphereAccessTokenSupplier tokenSupplier,
List<SolutionInfo> additionalSolutionInfos)
Raw client creation.
|
static TokensSupplier |
TokensSupplier.of(SphereAuthConfig config,
HttpClient httpClient,
boolean closeHttpClient,
List<SolutionInfo> additionalSolutionInfos) |
static TokensSupplier |
TokensSupplier.ofCustomerPasswordFlowTokens(SphereAuthConfig authConfig,
String email,
String password,
HttpClient httpClient,
boolean closeHttpClient,
List<SolutionInfo> additionalSolutionInfos) |