SuccessIso

data class SuccessIso(val documents: Collection<IsoDocumentParsed>, val state: String? = null) : AuthnResponseResult(source)

Successfully decoded and validated the response from the Wallet (ISO mDoc credential)

Constructors

Link copied to clipboard
constructor(documents: Collection<IsoDocumentParsed>, state: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard