Package io.vrap.rmf.base.client
Interface ServiceRegionConfig
- All Known Implementing Classes:
ServiceRegion
,ServiceRegion
,ServiceRegion
public interface ServiceRegionConfig
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
getAnonymousFlowTokenURL
(String projectKey) default String
getInstorePasswordFlowTokenURL
(String projectKey, String storeKey) default String
default String
getPasswordFlowTokenURL
(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
-