attestation property

String? attestation
final

The requested attestation level. Controls how the authenticator's attestation information is conveyed to the relying party. Possible values are:

  • "none": Replaces identifying information with non-identifying versions
  • "indirect": May replace attestation data with privacy-friendly versions
  • "direct"/"enterprise": Conveys unaltered attestation information

Implementation

final String? attestation;