Requesting Changes

V.1

Customers can request changes to the standard UI. The easiest way to do this is to download the example below, make the necessary changes, and send it to authID Customer Support via email.

{
    "main": {
        "title": "",
        "message": "",
        "info1": "",
        "info2": "",
        "disableLandscapeRotation": true,
        "IncludeUncroppedImages": true
    },
    "FaceLok": {
        "Passive": {
            "Enabled": true,
            "MaxDelay": 8
        }
    },
    "Pad": {
        "Enabled": true
    },
    "header": {
        "hide": false,
        "logo": ""
    },
    "theme": {
        "header": true,
        "headerLeft": true,
        "headerExit": false,
        "headerCenter": true,
        "headerRight": true,
        "progress": false,
        "primaryColor": "#4F46E5",
        "headerTxtColor": "black",
        "headerBgColor": "white",
        "captureActColor": "#1B4E90",
        "captureTxtColor": "white",
        "captureBgColor": "white"
    },
    "footer": {
        "hide": false,
        "hideLogo": false
    }
}

The header, theme and footer keys contain the customizable elements, the default values are shown.

The individual elements are described further in the documentation. See UI Customization Options