Log in
Repository

ImsWebapiRepositoryInterface

Magento\AdminAdobeIms\Api\ImsWebapiRepositoryInterface

What it does

This repository interface manages Adobe IMS (Identity Management System) web API tokens for Magento admin users.

Developers use this to store, retrieve, and delete authentication tokens that link admin users with their Adobe IMS accounts, enabling secure API access and integration with Adobe services.

Public Methods

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