JwtFrameworkAdapter Module
Data\Claim
This class represents a JWT (JSON Web Token) claim in Magento 2's JWT framework adapter. Developers use this class to create claim objects that hold n...
Data\Header
This class represents a JWT (JSON Web Token) header parameter that can be used in both JWS (JSON Web Signature) and JWE (JSON Web Encryption) operatio...
JweManager
This class manages JSON Web Encryption (JWE) tokens in Magento 2, providing functionality to build, encrypt, decrypt, and read JWE tokens. Developers...
JwsManager
This class manages JSON Web Signature (JWS) tokens in Magento 2, providing functionality to create, sign, verify, and read JWS tokens. Developers use...
JwtManager
This class serves as the main entry point for creating, reading, and parsing JSON Web Tokens (JWT) in Magento 2. It acts as an adapter for the jwt-fra...
UnsecuredJwtManager
This class manages unsecured JWT tokens (JSON Web Tokens with no cryptographic signature) in Magento 2. Developers use it to create and parse JWT toke...