Token constructor
Token({})
Implementation
Token(
{required this.tokenString,
required this.origin,
required this.expirationDate,
required this.rlm,
this.clientId,
this.customId});
Token(
{required this.tokenString,
required this.origin,
required this.expirationDate,
required this.rlm,
this.clientId,
this.customId});