Model
JwtTokenData
Magento\JwtUserToken\Model\Data\JwtTokenData
What it does
This class serves as a data container for JWT (JSON Web Token) information in Magento 2's user authentication system.
Developers use this class to access JWT token metadata like issuance and expiration timestamps, along with the token's header and claims payload when working with user authentication and authorization.
Public Methods
- getIssued()
- getExpires()
- getJwtHeader()
- getJwtClaims()