Package | Description |
---|---|
io.sphere.sdk.client |
Provides types to connect to the API via HTTPS.
|
Modifier and Type | Method and Description |
---|---|
SphereAuthConfigBuilder |
SphereAuthConfigBuilder.authUrl(String authUrl) |
static SphereAuthConfigBuilder |
SphereAuthConfigBuilder.ofAuthConfig(SphereAuthConfig template) |
static SphereAuthConfigBuilder |
SphereAuthConfigBuilder.ofKeyIdSecret(String projectKey,
String clientId,
String clientSecret) |
SphereAuthConfigBuilder |
SphereAuthConfigBuilder.scopes(List<SphereScope> scopes) |
SphereAuthConfigBuilder |
SphereAuthConfigBuilder.scopeStrings(List<String> scopes) |