ProofingGraph
class ProofingGraph
Graph that describes all the possible sequences of questions and answers for proofing.
Types
Link copied to clipboard
class IcaoNfcTunnelNode(val nodeId: String, val dataGroups: List<Int>, basicAuthentication: Boolean, successfulChipAuthentication: ProofingGraph.Node, successfulActiveAuthentication: ProofingGraph.Node, noAuthentication: ProofingGraph.Node) : ProofingGraph.Node
Link copied to clipboard
class MultipleChoiceNode(val nodeId: String, request: EvidenceRequestQuestionMultipleChoice, followUpMap: Map<String, ProofingGraph.Node?>) : ProofingGraph.Node
Link copied to clipboard
class SimpleNode(val nodeId: String, followUp: ProofingGraph.Node?, request: EvidenceRequest) : ProofingGraph.Node