SessionHolder

public final class SessionHolder

SessionHolder is a class that holds either an ActiveFaceCaptureSession or a PassiveFaceCaptureSession and provides a common interface for interacting with either session type.

Constructors

Link copied to clipboard

Constructor that takes a session and assigns it to the appropriate session type

public SessionHolder SessionHolder(ActiveFaceCaptureSession activeFaceCaptureSession, PassiveFaceCaptureSession passiveFaceCaptureSession)

Properties

Link copied to clipboard
private ActiveFaceCaptureSession activeFaceCaptureSession
Link copied to clipboard
private PassiveFaceCaptureSession passiveFaceCaptureSession

Functions

Link copied to clipboard
public final ByteArray createQrCode(SensePrintQrMobileRequest request)

Create a QR code for the given request

Link copied to clipboard
private final ActiveFaceCaptureSession getActiveFaceCaptureSession()
Link copied to clipboard
private final PassiveFaceCaptureSession getPassiveFaceCaptureSession()
Link copied to clipboard
private final Unit setActiveFaceCaptureSession(ActiveFaceCaptureSession activeFaceCaptureSession)
Link copied to clipboard
private final Unit setPassiveFaceCaptureSession(PassiveFaceCaptureSession passiveFaceCaptureSession)
Link copied to clipboard
public final DecryptedSensePrintData verifySenseprint(SensePrintRawVerificationMobileRequest request)

Verify a senseprint for the given request