Class RequestedLivenessConfig
java.lang.Object
com.yoti.api.client.docs.session.create.check.RequestedLivenessConfig
- All Implemented Interfaces:
RequestedCheckConfig
The configuration applied when creating a LivenessCheck
-
Method Summary
Modifier and TypeMethodDescriptionReturns the type of the liveness checkintReturns the maximum number of retries allowed by the user for a given liveness check
-
Method Details
-
getMaxRetries
public int getMaxRetries()Returns the maximum number of retries allowed by the user for a given liveness check- Returns:
- the maximum number of retries
-
getLivenessType
Returns the type of the liveness check- Returns:
- the liveness type
-