JwtPayload constructor
JwtPayload({})
Implementation
JwtPayload({
this.iss,
this.sub,
this.aud,
this.exp,
this.nbf,
this.iat,
this.jti,
this.name,
this.customClaims,
});
JwtPayload({
this.iss,
this.sub,
this.aud,
this.exp,
this.nbf,
this.iat,
this.jti,
this.name,
this.customClaims,
});