@regulaforensics/vp-frontend-document-components
    Preparing search index...

    Interface AuthParams

    AuthParams

    interface AuthParams {
        checkAxial?: boolean;
        checkBarcodeFormat?: boolean;
        checkExtMRZ?: boolean;
        checkExtOCR?: boolean;
        checkFibers?: boolean;
        checkImagePatterns?: boolean;
        checkIPI?: boolean;
        checkIRB900?: boolean;
        checkIRVisibility?: boolean;
        checkLetterScreen?: boolean;
        checkLiveness?: boolean;
        checkPhotoComparison?: boolean;
        checkPhotoEmbedding?: boolean;
        checkSecurityText?: boolean;
        checkUVLuminiscence?: boolean;
        livenessParams?: LivenessParams;
    }
    Index

    Properties

    checkAxial?: boolean

    This parameter is used to enable laminate integrity check in axial light

    AuthParams

    checkBarcodeFormat?: boolean

    This parameter is used to enable Barcode format check (code metadata, data format, contents format, etc.)

    AuthParams

    checkExtMRZ?: boolean

    This parameter is used to enable Extended MRZ Check

    AuthParams

    checkExtOCR?: boolean

    This parameter is used to enable Extended OCR Check

    AuthParams

    checkFibers?: boolean

    This parameter is used to enable Fibers detection

    AuthParams

    checkImagePatterns?: boolean

    This parameter is used to enable Image patterns presence/absence check (position, shape, color)

    AuthParams

    checkIPI?: boolean

    This parameter is used to enable Invisible Personal Information (IPI) check

    AuthParams

    checkIRB900?: boolean

    This parameter is used to enable B900 ink MRZ contrast check in IR light

    AuthParams

    checkIRVisibility?: boolean

    This parameter is used to enable Document elements visibility check in IR light

    AuthParams

    checkLetterScreen?: boolean

    This parameter is used to enable LetterScreen check

    AuthParams

    checkLiveness?: boolean

    This parameter is used to enable document liveness check

    AuthParams

    checkPhotoComparison?: boolean

    This parameter is used to enable Portrait comparison check

    AuthParams

    checkPhotoEmbedding?: boolean

    This parameter is used to enable Owner's photo embedding check (is photo printed or sticked)

    AuthParams

    checkSecurityText?: boolean

    This parameter is used to enable Security text check

    AuthParams

    checkUVLuminiscence?: boolean

    This parameter is used to enable Document luminescence check in UV light

    AuthParams

    livenessParams?: LivenessParams

    AuthParams