Model
Config
Magento\AdobeIms\Model\Config
What it does
This class provides configuration settings for Adobe IMS (Identity Management Services) integration in Magento 2.
Developers use it to retrieve API credentials, authentication URLs, callback URLs, and other Adobe IMS-related configuration values needed for Adobe product integrations.
It centralizes access to all Adobe IMS configuration stored in Magento's system configuration.
Public Methods
- getApiKey()
- getPrivateKey()
- getTokenUrl()
- getAuthUrl()
- getCallBackUrl()
- getLogoutUrl()
- getProfileImageUrl()