verifySdJwtPresentation
suspend fun verifySdJwtPresentation(compactSerialization: String, nonce: String, documentTypeRepository: DocumentTypeRepository?, transactionData: List<TransactionData>, identifier: String? = null): VerifiedPresentation
Generates VerifiedPresentation from an SD-JWT / SD-JWT+KB presentation.
Return
a VerifiedPresentation instance.
Parameters
compactSerialization
the compact serialization of the SD-JWT or SD-JWT+KB.
nonce
the nonce used in the request.
documentTypeRepository
a DocumentTypeRepository or null.