Proofing

interface Proofing

A flow used for identifying and proofing an application.

Functions

Link copied to clipboard
abstract suspend fun getEvidenceRequests(): List<EvidenceRequest>

Called to get a set of evidence requests from the issuer.

Link copied to clipboard
abstract suspend fun sendEvidence(evidenceResponse: EvidenceResponse)

Sends evidence to the issuer.