Package | Description |
---|---|
io.sphere.sdk.projects |
Provides models for the project endpoint.
|
io.sphere.sdk.projects.commands.updateactions |
Modifier and Type | Method and Description |
---|---|
ExternalOAuth |
Project.getExternalOAuth()
If this property is set, it allows to use OAuth2 Bearer tokens issued by another service that provides a RFC 7662-compliant endpoint.
|
static ExternalOAuth |
ExternalOAuth.of(String authorizationHeader,
URL url) |
Modifier and Type | Method and Description |
---|---|
ExternalOAuth |
SetExternalOAuth.getExternalOAuth() |
Modifier and Type | Method and Description |
---|---|
static SetExternalOAuth |
SetExternalOAuth.of(ExternalOAuth externalOAuth)
Creates a new object initialized with the given values.
|