Integration Module
Api\Data\UserToken
Other
This class represents a user authentication token in Magento 2's integration system. It encapsulates both the user's context (user ID, type, and permi...
Api\Exception\UserTokenException
Other
This exception class is thrown when there are failures related to user authentication tokens in Magento's integration system. Developers should catch...
Api\TokenManager
Other
This class manages authentication tokens for Magento users by providing a unified interface to create and revoke user tokens. Developers use it when i...