LdapConfig constructor

LdapConfig({
  1. String? domain,
  2. String? groupsOu,
  3. List<String>? servers,
  4. String? usersOu,
})

Implementation

LdapConfig({this.domain, this.groupsOu, this.servers, this.usersOu});