LoginConfig constructor

const LoginConfig({
  1. String? app,
  2. String? device,
  3. String? environment,
  4. String? group,
  5. String? groups,
  6. String? id,
  7. String? policycode,
  8. List<ConfigRef>? refs,
  9. String? tenant,
  10. String? user,
})

Implementation

const LoginConfig({
  this.app,
  this.device,
  this.environment,
  this.group,
  this.groups,
  this.id,
  this.policycode,
  this.refs,
  this.tenant,
  this.user,
});