Factory
JwsSerializerPoolFactory
Magento\JwtFrameworkAdapter\Model\JwsSerializerPoolFactory
What it does
This factory creates a JWS (JSON Web Signature) serializer manager that handles multiple serialization formats for JWT tokens.
Developers use this when they need to serialize or deserialize JWS tokens in different formats (Compact, JSON General, or JSON Flattened) for authentication and authorization workflows.
Public Methods
- create()