Constants

public final class Constants

Constants contains constants that represent the general configuration of the app.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
public class Companion

Properties

Link copied to clipboard
public final static String API_SERVER_URL

The URL to the API server

Link copied to clipboard
public final static Constants.Companion Companion
Link copied to clipboard
public final static String LIVENESS_PIPELINE

The pipeline to use for liveness checks (persephone/pegasus)

Link copied to clipboard
public final static Float LIVENESS_THRESHOLD

The probability threshold for liveness detection

Link copied to clipboard
public final static String MOBILE_AUTH_HEADER

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