Environment
Entries
SANDBOX
Link copied to clipboard
SANDBOX("https://id.sandbox.pace.cloud", "https://api.sandbox.pace.cloud", "https://api.pace.cloud/photon/", "https://api.pace.cloud/routing/", "https://pay.sandbox.pace.cloud", "https://pay.sandbox.pace.cloud/transactions", "https://sandbox.fuel.site", "https://my.sandbox.fuel.site")
Content copied to clipboard
PRODUCTION
Link copied to clipboard
PRODUCTION("https://id.pace.cloud", "https://api.pace.cloud", "https://api.pace.cloud/photon/", "https://api.pace.cloud/routing/", "https://pay.pace.cloud", "https://pay.pace.cloud/transactions", "https://fuel.site", "https://my.fuel.site")
Content copied to clipboard
STAGING
Link copied to clipboard
STAGING("https://id.stage.pace.cloud", "https://api.stage.pace.cloud", "https://api.pace.cloud/photon/", "https://api.pace.cloud/routing/", "https://pay.stage.pace.cloud", "https://pay.stage.pace.cloud/transactions", "https://stage.fuel.site", "https://my.stage.fuel.site")
Content copied to clipboard
DEVELOPMENT
Link copied to clipboard
DEVELOPMENT("https://id.dev.pace.cloud", "https://api.dev.pace.cloud", "https://api.pace.cloud/photon/", "https://api.pace.cloud/routing/", "https://pay.dev.pace.cloud", "https://pay.dev.pace.cloud/transactions", "https://dev.fuel.site", "https://my.dev.fuel.site")
Content copied to clipboard
Properties
dashboardUrl
Link copied to clipboard
fuelingUrl
Link copied to clipboard
routingBaseUrl
Link copied to clipboard
searchBaseUrl
Link copied to clipboard
transactionUrl
Link copied to clipboard
Extensions
get OIDConfiguration
Link copied to clipboard
fun Environment.getOIDConfiguration(clientId: String, clientSecret: String? = null, scopes: List<String>? = null, redirectUri: String, responseType: String = ResponseTypeValues.CODE, additionalParameters: Map<String, String>? = null, authorizationEndpoint: String? = null, endSessionEndpoint: String? = null, tokenEndpoint: String? = null, userInfoEndpoint: String? = null, integrated: Boolean = false): OIDConfiguration
Content copied to clipboard