SslConfigTemplate constructor

SslConfigTemplate({
  1. List<ConfigVariableTemplate>? additionalVariables,
  2. List<String>? clientCertType,
  3. bool? isTlsMandatory,
  4. List<String>? serverCertType,
  5. String? sslType,
})

Implementation

SslConfigTemplate({
  this.additionalVariables,
  this.clientCertType,
  this.isTlsMandatory,
  this.serverCertType,
  this.sslType,
});