Model
GetToken
Magento\AdobeIms\Model\GetToken
What it does
This class handles the OAuth token exchange process with Adobe IMS (Identity Management System).
Developers use this class to exchange an authorization code for an access token, which is essential for authenticating and integrating Adobe services with Magento.
It makes a POST request to Adobe's token endpoint and returns a structured token response object.
Public Methods
- execute()