Model
Header
Magento\JwtFrameworkAdapter\Model\Data\Header
What it does
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) operations.
Developers use this to define custom header parameters when creating or validating JWTs, such as algorithm type, token type, or other metadata that needs to be included in the token's header section.
Public Methods
- getName()
- getValue()
- getClass()