attestationAuthenticators property

List<AttestationAuthenticator>? attestationAuthenticators
getter/setter pair

The authenticators required by this check to verify an attestation.

Typically this is one or more PKIX public keys for signature verification. Only one authenticator needs to consider an attestation verified in order for an attestation to be considered fully authenticated. In otherwords, this list of authenticators is an "OR" of the authenticator results. At least one authenticator is required.

Required.

Implementation

core.List<AttestationAuthenticator>? attestationAuthenticators;