Log in
Interface

JwtTokenDataInterface

Magento\JwtUserToken\Api\Data\JwtTokenDataInterface

What it does

This interface extends user token data to include JWT-specific information, providing access to both the JWT header and claims payload.

Developers would use this when they need to work with JWT tokens for user authentication and need to extract or validate the token's header information and claims data.

Public Methods

  • getJwtHeader()
  • getJwtClaims()