IdentityServiceServerConfig constructor

IdentityServiceServerConfig({
  1. String? certificateAuthorityData,
  2. String? connectionType,
  3. String? host,
})

Implementation

IdentityServiceServerConfig({
  this.certificateAuthorityData,
  this.connectionType,
  this.host,
});