Interface EnedisConfiguration
- All Known Implementing Classes:
PlainEnedisConfiguration
public interface EnedisConfiguration
-
Field Summary
Fields -
Method Summary
-
Field Details
-
PREFIX
- See Also:
-
ENEDIS_CLIENT_ID_KEY
- See Also:
-
ENEDIS_CLIENT_SECRET_KEY
- See Also:
-
ENEDIS_BASE_PATH_KEY
- See Also:
-
-
Method Details
-
clientId
String clientId()Client ID that will be used to authenticate with Enedis. Must be from an Application registered with Enedis. -
clientSecret
String clientSecret()Client Secret that will be used to authenticate with Enedis. Must be from an Application registered with Enedis. -
basePath
String basePath()BasePath is optional and can be changed to the sandbox environment of Enedis for testing - default is production
-