AdobeImsApi Module
Api\ConfigInterface
This interface defines the contract for retrieving Adobe IMS (Identity Management System) integration configuration settings. Developers would use thi...
Api\ConfigProviderInterface
This interface defines a contract for configuration providers in the Adobe IMS (Identity Management System) integration. Developers implement this int...
Api\Data\ConfigInterface
This interface defines the contract for retrieving Adobe IMS (Identity Management System) configuration settings required for OAuth authentication wit...
Api\Data\TokenResponseInterface
This interface defines the contract for Adobe IMS (Identity Management System) authentication token response data. Developers use this to access OAuth...
Api\Data\UserProfileInterface
This interface defines the contract for storing and managing Adobe IMS (Identity Management System) user profile data in Magento. Developers use this...
Api\FlushUserTokensInterface
This interface defines the contract for removing Adobe IMS access and refresh tokens for admin users. Developers would use this when implementing func...
Api\GetAccessTokenInterface
This interface defines a contract for retrieving Adobe IMS access tokens for admin users in Magento. Developers would use this to authenticate and aut...
Api\GetImageInterface
This interface defines a contract for retrieving a user's profile image from Adobe IMS (Identity Management System). Developers would use this when in...
Api\GetTokenInterface
This interface defines a contract for retrieving authentication tokens from Adobe IMS (Identity Management System). Developers use this when implement...
Api\LogInInterface
This interface defines the contract for logging in Magento users through their Adobe IMS (Identity Management System) account. Developers implement th...
Api\LogOutInterface
This interface defines the contract for logging out a user from their Adobe account in Magento. Developers would implement this interface to create se...
Api\UserAuthorizedInterface
This interface defines a contract for checking whether an admin user is authorized with Adobe IMS (Identity Management Services). Developers implement...