$ExternalProtectionLevelOptions constructor

$ExternalProtectionLevelOptions({
  1. String? ekmConnectionKeyPath,
  2. String? externalKeyUri,
})

Implementation

$ExternalProtectionLevelOptions({
  this.ekmConnectionKeyPath,
  this.externalKeyUri,
});