# frozen_string_literal: true module Yoti module DocScan module Session module Retrieve class AuthenticityCheckResponse < CheckResponse end end end end end