ReverseProxySettings constructor

ReverseProxySettings({
  1. String? faceLivenessBaseUrl,
  2. List<String>? certificates,
  3. String? authenticationBaseUrl,
})

Implementation

ReverseProxySettings({
  this.faceLivenessBaseUrl,
  this.certificates,
  this.authenticationBaseUrl,
});