IdentityServiceLdapConfig constructor

IdentityServiceLdapConfig({
  1. IdentityServiceGroupConfig? group,
  2. IdentityServiceServerConfig? server,
  3. IdentityServiceServiceAccountConfig? serviceAccount,
  4. IdentityServiceUserConfig? user,
})

Implementation

IdentityServiceLdapConfig({
  this.group,
  this.server,
  this.serviceAccount,
  this.user,
});