Skip to content

1.6.0

Latest
Compare
Choose a tag to compare
@LuborRod LuborRod released this 17 Jun 12:22

Added

Identity Verification (Doc Scan)

  • 3rd Party Identity Checks
    • Add to session with:
$sessionSpec = (new SessionSpecificationBuilder())
          ->withRequestedCheck(
         (new RequestedThirdPartyIdentityCheckBuilder())
          ->build())
  • Retrieve results with:
GetSessionResult->GetThirdPartyIdentityChecks()