IdentityServiceLdapConfig constructor
IdentityServiceLdapConfig({
- IdentityServiceGroupConfig? group,
- IdentityServiceServerConfig? server,
- IdentityServiceServiceAccountConfig? serviceAccount,
- IdentityServiceUserConfig? user,
Implementation
IdentityServiceLdapConfig({
this.group,
this.server,
this.serviceAccount,
this.user,
});