JWTHeader constructor

JWTHeader({
  1. String? id,
})

Implementation

JWTHeader({
  this.id,
});