Factory
UnsecuredJwtFactory
Magento\JwtFrameworkAdapter\Model\UnsecuredJwtFactory
What it does
This factory class creates unsecured JWT (JSON Web Token) objects from raw header and payload data.
Developers use this when they need to construct JWT tokens without cryptographic signatures, typically for testing or when security isn't required.
The factory handles parsing headers and payload data into appropriate data structures based on content type.
Public Methods
- create()