Log in
Interface

TokenResponseInterface

Magento\AdobeImsApi\Api\Data\TokenResponseInterface

What it does

This interface defines the contract for Adobe IMS (Identity Management System) authentication token response data.

Developers use this to access OAuth token information, user profile details (name, email), and authentication metadata returned from Adobe IMS authentication requests.

It's essential when integrating Adobe services with Magento 2, providing structured access to authentication tokens and user identity information.

Public Methods

  • getAccessToken()
  • getRefreshToken()
  • getSub()
  • getName()
  • getTokenType()
  • getGivenName()
  • getExpiresIn()
  • getFamilyName()
  • getEmail()
  • getError()