Log in
Model

ImsWebapiRepository

Magento\AdminAdobeIms\Model\ImsWebapiRepository

What it does

This repository class manages Adobe IMS Web API tokens for admin users in Magento 2.

Developers use it to save, retrieve, and delete IMS authentication tokens, which are necessary for integrating Adobe services with Magento admin accounts.

It provides methods to find tokens by admin user ID or access token hash, making it essential for Adobe IMS authentication workflows.

Public Methods

  • save()
  • get()
  • getByAdminUserId()
  • getByAccessTokenHash()
  • getList()
  • deleteByAdminUserId()