Repository
RevokedRepositoryInterface
Magento\JwtUserToken\Api\RevokedRepositoryInterface
What it does
This repository interface manages the storage and retrieval of revoked JWT tokens for users in Magento 2.
Developers use this to save revoked token data when a user logs out or their token needs to be invalidated, and to check if a user's tokens have been revoked by looking up their record using user type and user ID.
Public Methods
- saveRevoked()
- findRevoked()