Companion

public class Companion

Properties

Link copied to clipboard
private final String API_SERVER_URL

The URL to the API server

Link copied to clipboard
private final String AUTH_HEADER

The header to use for mobile authentication with the API server It is either the mobile api key or a JWT token.

Link copied to clipboard
private final Boolean CUSTOM_MODEL_PATH

The model path enable fetching the models from application file path

Link copied to clipboard

The debug mode for the app

Link copied to clipboard
private final String FOLDER_NAME

Folder name to store the models

Link copied to clipboard
public final static Constants.Companion INSTANCE
Link copied to clipboard
private final String ISSUERS_PUBLIC_KEY

The public key of the issuer that generated the SensePrint QR code.

Link copied to clipboard

The tolerance level for liveness checks

Link copied to clipboard

URLs for downloading models

Link copied to clipboard
private final SdkMode SDK_MODE

to determine whether to check if the apk is online or offline

Link copied to clipboard

A verifier auth key can be set while generating a SensePrint QR code. If it has been set, then the SenseCrypt SDK will need to be initialized with the same verifier auth key.

Functions

Link copied to clipboard
public final String getAPI_SERVER_URL()

The URL to the API server

Link copied to clipboard
public final String getAUTH_HEADER()

The header to use for mobile authentication with the API server It is either the mobile api key or a JWT token.

Link copied to clipboard

The model path enable fetching the models from application file path

Link copied to clipboard

The debug mode for the app

Link copied to clipboard
public final String getFOLDER_NAME()

Folder name to store the models

Link copied to clipboard

The public key of the issuer that generated the SensePrint QR code.

Link copied to clipboard

The tolerance level for liveness checks

Link copied to clipboard

URLs for downloading models

Link copied to clipboard
public final SdkMode getSDK_MODE()

to determine whether to check if the apk is online or offline

Link copied to clipboard

A verifier auth key can be set while generating a SensePrint QR code. If it has been set, then the SenseCrypt SDK will need to be initialized with the same verifier auth key.