JwtUserToken Module
Api\ConfigReaderInterface
Interface
This interface defines methods to retrieve JWT (JSON Web Token) configuration settings for user authentication in Magento 2. Developers use it to acce...
Api\Data\JwtTokenDataInterface
Interface
This interface extends user token data to include JWT-specific information, providing access to both the JWT header and claims payload. Developers wou...
Model\JwtSettingsProviderInterface
Interface
This interface defines methods for retrieving JWT encryption settings used in user authentication. Developers implement this interface to provide the...