IdentityServiceConfig constructor

IdentityServiceConfig({
  1. bool? enabled,
})

Implementation

IdentityServiceConfig({
  this.enabled,
});