Log in
Interface

JwtSettingsProviderInterface

Magento\JwtUserToken\Model\JwtSettingsProviderInterface

What it does

This interface defines methods for retrieving JWT encryption settings used in user authentication.

Developers implement this interface to provide the cryptographic settings needed to create JWT tokens for specific user contexts and to validate incoming JWT tokens by returning all accepted encryption configurations.

Public Methods

  • prepareSettingsFor()
  • prepareAllAccepted()