Log in
Factory

JweSerializerPoolFactory

Magento\JwtFrameworkAdapter\Model\JweSerializerPoolFactory

What it does

This factory class creates and configures a JWE (JSON Web Encryption) serializer manager that supports multiple serialization formats.

Developers use this when they need to serialize or deserialize encrypted JWT tokens in different formats (Compact, JSON General, or JSON Flattened) for secure data transmission in Magento 2.

Public Methods

  • create()