public interface OAuth2AppInstallationService extends AppInstallationService
Modifier and Type | Method and Description |
---|---|
AppInstallationToken |
finalizeInstallation(GUID shopGUID,
OfficialApp officialApp,
OAuth2Credentials credentials) |
java.util.List<OfficialApp> |
getInstalledAppsByScope(GUID shopGUID,
java.lang.String scope) |
AppInstallationOAuth2Entity |
prepareInstallation(GUID shopGUID,
OfficialApp officialApp,
java.util.Set<java.lang.String> scopes) |
void |
purge(GUID developerId,
OfficialApp officialApp) |
void |
terminateAllInstallationsOf(OfficialApp officialApp) |
getAppInstallation, getAppInstallationActions, getAppsByInstallationState, uninstall
AppInstallationOAuth2Entity prepareInstallation(GUID shopGUID, OfficialApp officialApp, java.util.Set<java.lang.String> scopes)
AppInstallationToken finalizeInstallation(GUID shopGUID, OfficialApp officialApp, OAuth2Credentials credentials)
void terminateAllInstallationsOf(OfficialApp officialApp)
terminateAllInstallationsOf
in interface AppInstallationService
java.util.List<OfficialApp> getInstalledAppsByScope(GUID shopGUID, java.lang.String scope)
void purge(GUID developerId, OfficialApp officialApp)