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