Factory
JweCompressionManagerFactory
Magento\JwtFrameworkAdapter\Model\JweCompressionManagerFactory
What it does
This factory class creates and configures a CompressionMethodManager for JWE (JSON Web Encryption) operations.
Developers use this when they need to compress encrypted JWT payloads using the Deflate algorithm to reduce token size.
The factory ensures consistent configuration of compression methods across the application when handling encrypted JWTs.
Public Methods
- create()