OpenID4VPResponse

data class OpenID4VPResponse(val response: JsonObject, val vpToken: JsonObject, val eventData: EventPresentmentData)

Represents the response to an OpenID4VP request.

Constructors

Link copied to clipboard
constructor(response: JsonObject, vpToken: JsonObject, eventData: EventPresentmentData)

Properties

Link copied to clipboard
Link copied to clipboard
val response: JsonObject

the response containing vpToken, possibly encrypted.

Link copied to clipboard
val vpToken: JsonObject

the VP Token.