AdobeIms Module
Config
This class provides configuration settings for Adobe IMS (Identity Management Services) integration in Magento 2. Developers use it to retrieve API cr...
FlushUserTokens
This class removes Adobe IMS access and refresh tokens for admin users, effectively logging them out of Adobe services. Developers would use this when...
GetAccessToken
This class retrieves the decrypted Adobe IMS access token for an admin user. Developers use this when they need to authenticate Adobe IMS API requests...
GetImage
This class retrieves the profile image URL for an Adobe IMS user by making an authenticated API call to Adobe's services. Developers use this class wh...
GetToken
This class handles the OAuth token exchange process with Adobe IMS (Identity Management System). Developers use this class to exchange an authorizatio...
LogIn
This class handles the login process for Adobe IMS (Identity Management System) integration in Magento 2. Developers use this class to authenticate ad...
LogOut
This class handles logging out users from their Adobe IMS (Identity Management System) account. Developers use this when implementing Adobe integratio...
OAuth\TokenResponse
This class represents the response data received from Adobe IMS OAuth authentication. Developers use it to access OAuth tokens (access token, refresh...
ResourceModel\UserProfile
This resource model handles database operations for Adobe IMS user profiles in Magento 2. Developers use this class to manage data persistence for Ado...
UserAuthorized
This class checks whether an admin user is authorized with Adobe IMS by verifying if they have a valid, non-expired access token. Developers use this...
UserProfile
This class represents a user profile model for Adobe IMS integration in Magento 2. Developers use it to store and retrieve Adobe IMS user authenticati...
UserProfileRepository
This repository class manages Adobe IMS user profile data, providing methods to save, retrieve by profile ID, and retrieve by Magento admin user ID. D...