SimpleSigningAttestationCheck constructor

SimpleSigningAttestationCheck({
  1. List<AttestationAuthenticator>? attestationAuthenticators,
  2. List<String>? containerAnalysisAttestationProjects,
})

Implementation

SimpleSigningAttestationCheck({
  this.attestationAuthenticators,
  this.containerAnalysisAttestationProjects,
});