Skip to main content

IdProofingInitResult

Returns ID Proofing license information.

Properties

NameTypeDescriptionNotes
acasEndpointStringThe mobile SDK license ACAS end-point.[optional]
assureIdEndpointStringThe mobile SDK license AssureID end-point.[optional]
deviceCheckDetailsMap<String, String>Additional details about the device and the risk evaluation.[optional]
deviceCheckReasonStringAdditional information about the device risk assessment result.[optional]
deviceCheckResultDeviceCheckResultEnumThe device risk assessment result. A result of DENY will not allow to continue with an ID Proofing request.[optional]
frmEndpointStringThe mobile SDK license FRM end-point.[optional]
medscanEndpointStringThe mobile SDK license Medscan end-point.[optional]
ozoneEndpointStringThe mobile SDK license ozone end-point.[optional]
requestIdStringID Proofing request identifier (must be used in subsequent calls).
subscriberAccountStringThe mobile SDK license subscriber account.[optional]
subscriberIdStringThe mobile SDK license subscriber ID for document authentication.[optional]
subscriberPasswordStringThe mobile SDK license subscriber password.[optional]
usPassliveEndpointStringThe mobile SDK license US Passlive end-point.[optional]

DeviceCheckResultEnum

NameValue
ALLOW"ALLOW"
DENY"DENY"
REVIEW"REVIEW"
NONE"NONE"