OpenID4VPResponse

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

Represents the response to an OpenID4VP request.

Constructors

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

Properties

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

the response containing vpToken, possibly encrypted.

Link copied to clipboard

state parameter as specified in the request (if given)

Link copied to clipboard
val vpToken: JsonObject

the VP Token.