DcOpenID4VPRequest
data class DcOpenID4VPRequest(val requestorId: String, val responseEncryptionKey: EcPrivateKey?, val openID4VPRequest: String) : VerificationSession.OpenID4VPRequest
OpenID4VP request using W3C DC API, generated with OpenID4VP.Version.DRAFT_29.
Properties
Link copied to clipboard
OpenID4VP request as serialized JSON.
Link copied to clipboard
Requestor id, should be set to origin for W3C DC API request and client id for custom URI schema request.
Link copied to clipboard
Type of this request.
Link copied to clipboard
Private key to decrypt the response.