Model
Claim
Magento\JwtFrameworkAdapter\Model\Data\Claim
What it does
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 name-value pairs for JWT tokens, such as user identifiers, expiration times, or custom data.
It extends AbstractClaim and simplifies claim creation by always setting the duplicated flag to false.