Interface
ConfigInterface
Magento\AdobeImsApi\Api\ConfigInterface
What it does
This interface defines the contract for retrieving Adobe IMS (Identity Management System) integration configuration settings.
Developers would use this to access API credentials, authentication URLs, callback URLs, and profile image endpoints needed to integrate Adobe IMS authentication into Magento 2.
It centralizes all Adobe IMS-related configuration retrieval in one place.
Public Methods
- getApiKey()
- getPrivateKey()
- getTokenUrl()
- getAuthUrl()
- getCallBackUrl()
- getLogoutUrl()
- getProfileImageUrl()