class WebAuthn::AuthenticatorAttestationResponse

def attestation_object

def attestation_object
  @attestation_object ||= WebAuthn::AttestationObject.deserialize(attestation_object_bytes, relying_party)
end