AuthenticationToken({String? session, required this.token, this.txnId}) : super( type: AuthenticationTypes.token, session: session, );