processDcResponse

suspend fun processDcResponse(dcResponse: JsonObject): PresentmentRecord

Processes the W3C Digital Credentials API response.

Return

PresentmentRecord object that can be used to verify the presentation and extract requested claim values

Parameters

dcResponse

W3C DC API response as JSON object