Model
TokenReader
Magento\AdminAdobeIms\Model\TokenReader
What it does
This class reads and validates JWT tokens from Adobe IMS authentication for Magento admin users.
It verifies the token's signature using JSON Web Keys (JWK), checks expiration times against both Adobe and Magento token lifetime settings, and extracts token claims.
Developers use this when implementing Adobe IMS integration to validate admin user authentication tokens.
Public Methods
- read()