public interface BoardingUrlBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
createAuthUrl(java.lang.String shopAlias,
java.lang.String restApiBaseUrl)
Creates the url to start the oAuth onboarding.
|
java.lang.String |
createoAuthCallbackUrl(java.lang.String shopAlias,
java.lang.String restApiBaseUrl)
Create the callback url that is invoked by sage once the onboarding
process was completed.
|
java.lang.String createAuthUrl(java.lang.String shopAlias, java.lang.String restApiBaseUrl)
shopAlias
- The public shop identifier.restApiBaseUrl
- The base url of the rest-api for the creation of the
oAuth-callback.java.lang.String createoAuthCallbackUrl(java.lang.String shopAlias, java.lang.String restApiBaseUrl)
shopAlias
- The public shop identifier.restApiBaseUrl
- The base url of the rest-api for the creation of the
oAuth-callback.