class WebAuthn::AttestationStatement::AndroidSafetynet

def valid?(authenticator_data, client_data_hash)

def valid?(authenticator_data, client_data_hash)
  valid_response?(authenticator_data, client_data_hash) &&
    valid_version? &&
    cts_profile_match? &&
    trustworthy?(aaguid: authenticator_data.aaguid) &&
    [attestation_type, attestation_trust_path]
end