ClientUserTokenData constructor
ClientUserTokenData({})
Implementation
ClientUserTokenData({
this.id,
this.name,
this.secondName,
this.email,
this.phone,
this.cpf,
this.is2FAAuthorized,
this.expiresAt,
});