class WebAuthn::AuthenticatorAttestationResponse

def verify(expected_challenge, expected_origin = nil, user_presence: nil, user_verification: nil, rp_id: nil)

def verify(expected_challenge, expected_origin = nil, user_presence: nil, user_verification: nil, rp_id: nil)
  super
  verify_item(:attested_credential)
  if relying_party.verify_attestation_statement
    verify_item(:attestation_statement)
  end
  true
end