isSignedRequest

fun isSignedRequest(parsedRequest: JsonObject): Boolean

Heuristic to determine if the request was signed.

We want to have a single place where it is defined in case it needs to be tweaked.

Return

whether the request was signed

Parameters

parsedRequest

OpenID4VPRequest.openID4VPRequest parsed as JSON object