attestationObject
attestationObject is a data structure used in the Web Authentication (WebAuthn) protocol. It is produced by the authenticator during the credential creation ceremony and delivered to the relying party (server) along with clientDataJSON. The object is CBOR-encoded and contains the attestation statement and the authenticator data that prove the credential's provenance and integrity.
The top-level attestationObject is a CBOR map with three fields: fmt, authData, and attStmt. fmt is a
attStmt is a map whose contents depend on the fmt value. It typically contains cryptographic data such
Use: During registration, the client sends the attestationObject and clientDataJSON to the server. The server uses