ImsConnection
Magento\AdminAdobeIms\Model\ImsConnection
What it does
This class manages authentication and communication with Adobe IMS (Identity Management System) for Magento admin users.
Developers use it to authenticate admin users with Adobe accounts, validate access tokens, retrieve user profiles, and test IMS connectivity.
It handles the OAuth flow by generating authorization URLs, exchanging authorization codes for tokens, and verifying token validity.
Public Methods
- auth()
- testAuth()
- validateToken()
- getTokenResponse()
- getProfile()