Package-level declarations
Types
Link copied to clipboard
class ProofingGraph
Graph that describes all the possible sequences of questions and answers for proofing.
Link copied to clipboard
class ProofingGraphBuilder
A builder of the graph of Nodes that describes proofing workflows.
Functions
Link copied to clipboard
fun defaultCredentialConfiguration(documentId: String, walletApplicationCapabilities: WalletApplicationCapabilities, collectedEvidence: Map<String, EvidenceResponse>): CredentialConfiguration
Link copied to clipboard
fun defaultGraph(documentId: String, resources: Resources, walletApplicationCapabilities: WalletApplicationCapabilities, developerModeEnabled: Boolean, cloudSecureAreaUrl: String, tosText: String, tosAssets: Map<String, ByteString>): ProofingGraph