getDocumentConfiguration

abstract suspend fun getDocumentConfiguration(documentId: String): DocumentConfiguration

Calls the issuer to get configuration for the configured document.

Once this has been read, the condition changes to DocumentCondition.READY

Parameters

documentId

the document to get information about.

Throws

UnknownDocumentException

if the given documentId isn't valid.