Log in
Model

RevokedValidator

Magento\JwtUserToken\Model\RevokedValidator

What it does

This validator checks if a JWT user token has been revoked by comparing its issue timestamp against revocation records stored in the system.

Developers use this class as part of the authentication flow to ensure that previously issued tokens that have been explicitly revoked cannot be used to access the system, even if they haven't expired yet.

Public Methods

  • validate()