Model
ConfigReader
Magento\JwtUserToken\Model\Config\ConfigReader
What it does
This class reads JWT (JSON Web Token) authentication configuration values from Magento's system configuration.
Developers use it to retrieve JWT algorithm settings, token expiration times for customers and admins, and encryption algorithm details when implementing or extending JWT-based API authentication.
Public Methods
- getJwtAlgorithm()
- getJweContentAlgorithm()
- getCustomerTtl()
- getAdminTtl()
- getJwtAlgorithmType()