ClientCertAuthSettings constructor

ClientCertAuthSettings({
  1. String? oCSPUrl,
})

Implementation

ClientCertAuthSettings({
  this.oCSPUrl,
});