Model
RevokedRepository
Magento\JwtUserToken\Model\ResourceModel\RevokedRepository
What it does
This repository class manages revoked JWT (JSON Web Token) authentication tokens in the database.
Developers use this class to save revoked token records and check if a specific user's token has been revoked, which is essential for implementing token-based authentication security and allowing users to logout or invalidate their tokens.
Public Methods
- saveRevoked()
- findRevoked()