JwtHeader constructor

JwtHeader({
  1. String? alg,
  2. String? typ,
})

Implementation

JwtHeader({this.alg, this.typ});