DcOpenID4VPDraft24Request
data class DcOpenID4VPDraft24Request(val requestorId: String, val responseEncryptionKey: EcPrivateKey?, val openID4VPRequest: String) : VerificationSession.OpenID4VPRequest
OpenID4VP request using W3C DC API, generated with OpenID4VP.Version.DRAFT_24. The W3C DC API protocol value is openid4vp regardless of whether the request is signed.
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.