ProofingGraphBuilder
class ProofingGraphBuilder
A builder of the graph of Nodes that describes proofing workflows.
A chain of steps without forks or merges can be described using DSL inside ProofingGraphBuilder.create call scope.
Each node in the graph has associated id which can be used to look up EvidenceResponse associated with this node.
Types
Functions
Link copied to clipboard
Link copied to clipboard
fun createPassphrase(id: String, message: String, verifyMessage: String, assets: Map<String, ByteString>, passphraseConstraints: PassphraseConstraints)
Link copied to clipboard
Sends EvidenceRequestSelfieVideo.
Link copied to clipboard
Link copied to clipboard
fun icaoTunnel(id: String, dataGroups: List<Int>, basicAuthentication: Boolean, initChoices: ProofingGraphBuilder.IcaoChoices.() -> Unit)
Link copied to clipboard
fun setupCloudSecureArea(id: String, cloudSecureAreaIdentifier: String, passphraseConstraints: PassphraseConstraints, message: String, verifyMessage: String, assets: Map<String, ByteString>)