verifyPresentationSdJwt
abstract suspend fun verifyPresentationSdJwt(input: SdJwtSigned, challenge: String, transactionData: List<TransactionDataBase64Url>? = null, requireCryptographicHolderBinding: Boolean = true): KmmResult<Verifier.VerifyPresentationResult.SuccessSdJwt>(source)
Verifies a presentation of some credentials in ConstantIndex.CredentialRepresentation.SD_JWT from a holder, that shall include the challenge (sent by this verifier).