Model
UserTokenParameters
Magento\Integration\Model\UserToken\UserTokenParameters
What it does
This class holds parameters for user token generation in Magento 2's Integration system.
Developers use it to pass optional configurations when creating authentication tokens, such as forcing a specific issued timestamp or adding custom extension attributes for token customization.
Public Methods
- getForcedIssuedTime()
- getExtensionAttributes()
- setExtensionAttributes()