TenantSCIMServerConfiguration constructor

TenantSCIMServerConfiguration({
  1. String clientEntityTypeId,
  2. Map<String, dynamic> schemas,
  3. String serverEntityTypeId,
})

Implementation

TenantSCIMServerConfiguration(
    {this.clientEntityTypeId, this.schemas, this.serverEntityTypeId});