ProofingGraph

Graph that describes all the possible sequences of questions and answers for proofing.

Types

Link copied to clipboard
object Companion
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
abstract class Node
Link copied to clipboard
class SimpleNode(val nodeId: String, followUp: ProofingGraph.Node?, request: EvidenceRequest) : ProofingGraph.Node

Properties

Link copied to clipboard
Link copied to clipboard