Package io.vrap.rmf.base.client
Interface ServiceRegionConfig
- All Known Implementing Classes:
ServiceRegion,ServiceRegion,ServiceRegion
public interface ServiceRegionConfig
-
Method Summary
Modifier and TypeMethodDescriptiondefault StringgetAnonymousFlowTokenURL(String projectKey) default StringgetInstorePasswordFlowTokenURL(String projectKey, String storeKey) default Stringdefault StringgetPasswordFlowTokenURL(String projectKey)
-
Method Details
-
getApiUrl
String getApiUrl()- Returns:
- API base URL
-
getAuthUrl
String getAuthUrl()- Returns:
- auth base URL
-
getOAuthTokenUrl
- Returns:
- URL for requesting client credentials flow access token
-
getAnonymousFlowTokenURL
- Parameters:
projectKey-- Returns:
- URL for requesting anonymous flow access token
-
getPasswordFlowTokenURL
- Parameters:
projectKey-- Returns:
- URL for requesting password flow access token
-
getInstorePasswordFlowTokenURL
- Parameters:
projectKey-storeKey-- Returns:
- URL for requesting in store password flow access token
-