Log in
Model

UserProfile

Magento\AdobeIms\Model\UserProfile

What it does

This class represents a user profile model for Adobe IMS integration in Magento 2.

Developers use it to store and retrieve Adobe IMS user authentication data including access tokens, refresh tokens, user information, and profile details.

It's typically used when implementing Adobe Creative Cloud or Adobe Stock integrations that require user authentication.

Public Methods

  • getUserId()
  • setUserId()
  • getName()
  • setName()
  • getEmail()
  • getImage()
  • setImage()
  • setEmail()
  • getAccountType()
  • setAccountType()
  • getAccessToken()
  • setAccessToken()
  • getRefreshToken()
  • setRefreshToken()
  • getCreatedAt()
  • setCreatedAt()
  • getUpdatedAt()
  • setUpdatedAt()
  • getAccessTokenExpiresAt()
  • setAccessTokenExpiresAt()
  • getExtensionAttributes()
  • setExtensionAttributes()