Interface
FlushUserTokensInterface
Magento\AdobeImsApi\Api\FlushUserTokensInterface
What it does
This interface defines the contract for removing Adobe IMS access and refresh tokens for admin users.
Developers would use this when implementing functionality to revoke a user's Adobe IMS authentication, such as during logout, account deletion, or security-related token invalidation scenarios.
It can flush tokens for a specific admin user or the currently logged-in user.
Public Methods
- execute()