Factory
JweLoaderFactory
Magento\JwtFrameworkAdapter\Model\JweLoaderFactory
What it does
This factory creates JWE (JSON Web Encryption) loader instances configured with serializers, encryption algorithms, and compression methods.
Developers use this when they need to decrypt and load encrypted JWT tokens in Magento 2, typically for secure API authentication or data exchange scenarios.
Public Methods
- create()