Interface
ConfigInterface
Magento\AdobeImsApi\Api\Data\ConfigInterface
What it does
This interface defines the contract for retrieving Adobe IMS (Identity Management System) configuration settings required for OAuth authentication with Adobe services.
Developers use this to access API credentials, authentication URLs, and callback URLs needed to integrate Magento with Adobe's cloud services like Adobe Stock or Adobe Commerce integrations.
Public Methods
- getApiKey()
- getPrivateKey()
- getTokenUrl()
- getAuthUrl()
- getCallBackUrl()