Class RequestedDocumentAuthenticityConfig
java.lang.Object
com.yoti.api.client.docs.session.create.check.RequestedDocumentAuthenticityConfig
- All Implemented Interfaces:
RequestedCheckConfig
The configuration applied when creating a DocumentAuthenticityCheck
-
Constructor Summary
ConstructorsConstructorDescriptionRequestedDocumentAuthenticityConfig(String manualCheck) RequestedDocumentAuthenticityConfig(String manualCheck, IssuingAuthoritySubCheck issuingAuthoritySubCheck) -
Method Summary
Modifier and TypeMethodDescriptionReturns the requested Issuing Authority sub checkReturns the value for a manual check for a given document authenticity check.
-
Constructor Details
-
RequestedDocumentAuthenticityConfig
-
RequestedDocumentAuthenticityConfig
public RequestedDocumentAuthenticityConfig(String manualCheck, IssuingAuthoritySubCheck issuingAuthoritySubCheck)
-
-
Method Details
-
getManualCheck
Returns the value for a manual check for a given document authenticity check.- Returns:
- the manual check value
-
getIssuingAuthoritySubCheck
Returns the requested Issuing Authority sub check- Returns:
- the issuing authority sub check
-