IdentityServiceUserConfig constructor

IdentityServiceUserConfig({
  1. String? baseDn,
  2. String? filter,
  3. String? idAttribute,
  4. String? loginAttribute,
})

Implementation

IdentityServiceUserConfig({
  this.baseDn,
  this.filter,
  this.idAttribute,
  this.loginAttribute,
});