JWTData constructor

JWTData(
  1. JWTHeader header,
  2. JWTPayload payload
)

Implementation

JWTData(this.header, this.payload);