SecurityConfig constructor

SecurityConfig({
  1. IdentityConfig? identityConfig,
  2. KerberosConfig? kerberosConfig,
})

Implementation

SecurityConfig({this.identityConfig, this.kerberosConfig});