public interface OAuth2AppInstallationService extends AppInstallationService
Modifier and Type | Method and Description |
---|---|
AppInstallationOAuth2Entity |
finalizeInstallation(GUID shopGUID,
App app,
OAuth2Credentials credentials) |
java.util.Optional<AppInstallationOAuth2Entity> |
getAppInstallationByToken(java.lang.String token) |
AppInstallationOAuth2Entity |
prepareInstallation(GUID shopGUID,
App app,
java.util.Set<java.lang.String> scopes) |
void |
terminateAllInstallationsOf(OfficialApp officialApp) |
getAppInstallation, getAppInstallation, getAppInstallationActions, getAppsByInstallationState, uninstall
java.util.Optional<AppInstallationOAuth2Entity> getAppInstallationByToken(java.lang.String token)
AppInstallationOAuth2Entity prepareInstallation(GUID shopGUID, App app, java.util.Set<java.lang.String> scopes)
AppInstallationOAuth2Entity finalizeInstallation(GUID shopGUID, App app, OAuth2Credentials credentials)
void terminateAllInstallationsOf(OfficialApp officialApp)
terminateAllInstallationsOf
in interface AppInstallationService