SigstoreAuthority constructor

SigstoreAuthority({
  1. String? displayName,
  2. SigstorePublicKeySet? publicKeySet,
})

Implementation

SigstoreAuthority({
  this.displayName,
  this.publicKeySet,
});