Interface ServiceRegionConfig

All Known Implementing Classes:
ServiceRegion, ServiceRegion, ServiceRegion

public interface ServiceRegionConfig
  • Method Details

    • getApiUrl

      String getApiUrl()
      Returns:
      API base URL
    • getAuthUrl

      String getAuthUrl()
      Returns:
      auth base URL
    • getOAuthTokenUrl

      default String getOAuthTokenUrl()
      Returns:
      URL for requesting client credentials flow access token
    • getAnonymousFlowTokenURL

      default String getAnonymousFlowTokenURL(String projectKey)
      Parameters:
      projectKey -
      Returns:
      URL for requesting anonymous flow access token
    • getPasswordFlowTokenURL

      default String getPasswordFlowTokenURL(String projectKey)
      Parameters:
      projectKey -
      Returns:
      URL for requesting password flow access token
    • getInstorePasswordFlowTokenURL

      default String getInstorePasswordFlowTokenURL(String projectKey, String storeKey)
      Parameters:
      projectKey -
      storeKey -
      Returns:
      URL for requesting in store password flow access token