AudModel constructor
AudModel({})
Implementation
AudModel({
required this.username,
required this.tenant,
required this.refreshToken,
required this.deviceId,
required this.idpname_backend,
});
AudModel({
required this.username,
required this.tenant,
required this.refreshToken,
required this.deviceId,
required this.idpname_backend,
});