AuthenticationApiImpl constructor

AuthenticationApiImpl(
  1. String iCureBasePath,
  2. String authServerUrl,
  3. String authProcessId,
  4. DataOwnerApiFactory? dataOwnerApiFactory,
)

Implementation

AuthenticationApiImpl(this.iCureBasePath, this.authServerUrl, this.authProcessId, this.dataOwnerApiFactory);