JumioFasterVerification

data class JumioFasterVerification(val legalStatement: JumioLegalStatement) : Serializable

Indicates that faster verification consent is required during a selfie.Done workflow. The user must consent to legalStatement before com.jumio.sdk.credentials.JumioIDCredential.lookupResult becomes available.

Constructors

Link copied to clipboard
constructor(legalStatement: JumioLegalStatement)

Properties

Link copied to clipboard

The legal statement the user must consent to.