JwtHeader constructor
JwtHeader({})
Implementation
JwtHeader({
this.alg = JwtSupportedAlgorithm.eddsa,
this.typ = 'JWT',
this.kid,
this.cty,
Map<String, dynamic>? customClaims,
}) : customClaims = customClaims?.immutable;