Interface
ImsWebapiInterface
Magento\AdminAdobeIms\Api\Data\ImsWebapiInterface
What it does
This interface defines the data structure for storing Adobe IMS (Identity Management System) Web API authentication tokens for Magento admin users.
Developers use this when integrating Adobe IMS authentication, managing access tokens, their expiration times, and associating them with admin user accounts for secure API access.
Public Methods
- getId()
- getAdminUserId()
- setAdminUserId()
- getAccessTokenHash()
- setAccessTokenHash()
- getAccessToken()
- setAccessToken()
- getCreatedAt()
- setCreatedAt()
- getUpdatedAt()
- setUpdatedAt()
- getLastCheckTime()
- setLastCheckTime()
- getAccessTokenExpiresAt()
- setAccessTokenExpiresAt()
- getExtensionAttributes()
- setExtensionAttributes()