menu
core_tivic package
documentation
auth/jwt/structure/jwt.header.dart
JwtHeader
JwtHeader constructor
JwtHeader constructor
dark_mode
light_mode
JwtHeader
constructor
JwtHeader
(
{
String
?
alg
,
String
?
typ
,
})
Implementation
JwtHeader({this.alg, this.typ});
core_tivic package
documentation
auth/jwt/structure/jwt.header
JwtHeader
JwtHeader constructor
JwtHeader class